Action not permitted
Modal body text goes here.
CVE-2023-24538
Vulnerability from cvelistv5
▼ | Vendor | Product |
---|---|---|
Go standard library | html/template |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T11:03:17.754Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://go.dev/issue/59234" }, { "tags": [ "x_transferred" ], "url": "https://go.dev/cl/482079" }, { "tags": [ "x_transferred" ], "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" }, { "tags": [ "x_transferred" ], "url": "https://pkg.go.dev/vuln/GO-2023-1703" }, { "tags": [ "x_transferred" ], "url": "https://security.gentoo.org/glsa/202311-09" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "collectionURL": "https://pkg.go.dev", "defaultStatus": "unaffected", "packageName": "html/template", "product": "html/template", "programRoutines": [ { "name": "tJS" }, { "name": "tJSDelimited" }, { "name": "Template.Execute" }, { "name": "Template.ExecuteTemplate" } ], "vendor": "Go standard library", "versions": [ { "lessThan": "1.19.8", "status": "affected", "version": "0", "versionType": "semver" }, { "lessThan": "1.20.3", "status": "affected", "version": "1.20.0-0", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "value": "Sohom Datta, Manipal Institute of Technology" } ], "descriptions": [ { "lang": "en", "value": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution." } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)", "lang": "en" } ] } ], "providerMetadata": { "dateUpdated": "2023-06-12T19:08:03.854Z", "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "shortName": "Go" }, "references": [ { "url": "https://go.dev/issue/59234" }, { "url": "https://go.dev/cl/482079" }, { "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" }, { "url": "https://pkg.go.dev/vuln/GO-2023-1703" }, { "url": "https://security.gentoo.org/glsa/202311-09" } ], "title": "Backticks not treated as string delimiters in html/template" } }, "cveMetadata": { "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "assignerShortName": "Go", "cveId": "CVE-2023-24538", "datePublished": "2023-04-06T15:50:48.185Z", "dateReserved": "2023-01-25T21:19:20.642Z", "dateUpdated": "2024-08-02T11:03:17.754Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-24538\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-04-06T16:15:07.800\",\"lastModified\":\"2023-11-25T11:15:14.263\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \\\"var a = {{.}}\\\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.19.8\",\"matchCriteriaId\":\"5932E25E-7F00-4D6E-AFF8-4C5797AE628B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.3\",\"matchCriteriaId\":\"66CADC8B-8F8A-493C-8819-852F0AE224AC\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/482079\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/59234\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1703\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"security@golang.org\"}]}}" } }
ghsa-v4m2-x4rp-hv22
Vulnerability from github
Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. "var a = {{.}}"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.
{ "affected": [], "aliases": [ "CVE-2023-24538" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2023-04-06T16:15:00Z", "severity": "CRITICAL" }, "details": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "id": "GHSA-v4m2-x4rp-hv22", "modified": "2023-04-17T18:30:29Z", "published": "2023-04-06T18:30:21Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "type": "WEB", "url": "https://go.dev/cl/482079" }, { "type": "WEB", "url": "https://go.dev/issue/59234" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2023-1703" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202311-09" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
rhsa-2023_4093
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.13.5 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.5. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:4091\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\n\n* kube-apiserver: PrivEsc (CVE-2023-1260)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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:4093", "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "url": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html" }, { "category": "external", "summary": "2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "2176267", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2212085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4093.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.5 security update", "tracking": { "current_release_date": "2024-11-06T09:20:32+00:00", "generator": { "date": "2024-11-06T09:20:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4093", "initial_release_date": "2023-07-20T17:32:23+00:00", "revision_history": [ { "date": "2023-07-20T17:32:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-07-20T17:32:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T09:20:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "product": { "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "product_id": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.215.0-1.rhaos4.13.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "product": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=src" } } }, { "category": "product_version", "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src", "product": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src", "product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "product": { "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "product_id": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "product": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "product": { "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "product_id": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift4-aws-iso@4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "product": { "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "product_id": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230706125653.c8f8157.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "product": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=src" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.23.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.23.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.23.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.23.1.rt14.308.el9_2?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "product": { "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "product_id": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "product": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openvswitch3.1-0:3.1.0-32.el9fdp.src", "product": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.src", "product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=src" } } }, { "category": "product_version", "name": "ovn23.06-0:23.06.0-13.el9fdp.src", "product": { "name": "ovn23.06-0:23.06.0-13.el9fdp.src", "product_id": "ovn23.06-0:23.06.0-13.el9fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "product": { "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "product_id": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.215.0-1.rhaos4.13.el8?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product_id": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "product": { "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "product_id": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift4-aws-iso@4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-api@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-common@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product": { "name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_id": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-tests@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.23.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.23.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product": { "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product_id": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=noarch" } } }, { "category": "product_version", "name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "product": { "name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "product_id": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-test@3.1.0-32.el9fdp?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "product": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "product": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "product": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "product": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch" }, "product_reference": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src" }, "product_reference": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src" }, "product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src" }, "product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64" }, "product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le" }, "product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x" }, "product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64" }, "product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src" }, "product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch" }, "product_reference": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src" }, "product_reference": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64" }, "product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le" }, "product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x" }, "product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src" }, "product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64" }, "product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.23.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.23.1.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch" }, "product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src" }, "product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch" }, "product_reference": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src" }, "product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch" }, "product_reference": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-0:23.06.0-13.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src" }, "product_reference": "ovn23.06-0:23.06.0-13.el9fdp.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64" }, "product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le" }, "product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x" }, "product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64" }, "product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64" }, "product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le" }, "product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x" }, "product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64" }, "product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.23.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.23.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.23.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src" }, "product_reference": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" }, "product_reference": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Xingxing Xia" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2023-1260", "cwe": { "id": "CWE-288", "name": "Authentication Bypass Using an Alternate Path or Channel" }, "discovery_date": "2023-03-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2176267" } ], "notes": [ { "category": "description", "text": "An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions \"update, patch\" the \"pods/ephemeralcontainers\" subresource beyond what the default is. They would then need to create a new pod or patch one that they already have access to. This might allow evasion of SCC admission restrictions, thereby gaining control of a privileged pod.", "title": "Vulnerability description" }, { "category": "summary", "text": "kube-apiserver: PrivEsc", "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": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-1260" }, { "category": "external", "summary": "RHBZ#2176267", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1260", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1260" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-92hx-3mh6-hc49", "url": "https://github.com/advisories/GHSA-92hx-3mh6-hc49" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kube-apiserver: PrivEsc" }, { "acknowledgments": [ { "names": [ "David Benoit" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2023-3089", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2023-06-03T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2212085" } ], "notes": [ { "category": "description", "text": "A compliance problem was found in the Red Hat OpenShift Container Platform. Red Hat discovered that, when FIPS mode was enabled, not all of the cryptographic modules in use were FIPS-validated.", "title": "Vulnerability description" }, { "category": "summary", "text": "openshift: OCP \u0026 FIPS mode", "title": "Vulnerability summary" }, { "category": "other", "text": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001\n\nThe static scanning tool (to verify your system is once again compliant with FIPS) is available here https://github.com/openshift/check-payload", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3089" }, { "category": "external", "summary": "RHBZ#2212085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085" }, { "category": "external", "summary": "RHSB-2023-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3089", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3089" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089" } ], "release_date": "2023-07-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected packages as soon as possible.", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openshift: OCP \u0026 FIPS mode" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-20T17:32:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src", "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src", "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src", "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x", "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x", "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_6346
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for toolbox is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.\n\nSecurity Fix(es):\n\n* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6346", "url": "https://access.redhat.com/errata/RHSA-2023:6346" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "2165742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165742" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "2222789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222789" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6346.json" } ], "title": "Red Hat Security Advisory: toolbox security and bug fix update", "tracking": { "current_release_date": "2024-11-06T04:08:25+00:00", "generator": { "date": "2024-11-06T04:08:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6346", "initial_release_date": "2023-11-07T09:12:30+00:00", "revision_history": [ { "date": "2023-11-07T09:12:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T09:12:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:08:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "toolbox-0:0.0.99.4-6.el9_3.src", "product": { "name": "toolbox-0:0.0.99.4-6.el9_3.src", "product_id": "toolbox-0:0.0.99.4-6.el9_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "toolbox-0:0.0.99.4-6.el9_3.aarch64", "product": { "name": "toolbox-0:0.0.99.4-6.el9_3.aarch64", "product_id": "toolbox-0:0.0.99.4-6.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "product": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le", "product": { "name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le", "product_id": "toolbox-0:0.0.99.4-6.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "product": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "product": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "toolbox-0:0.0.99.4-6.el9_3.x86_64", "product": { "name": "toolbox-0:0.0.99.4-6.el9_3.x86_64", "product_id": "toolbox-0:0.0.99.4-6.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64", "product": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64", "product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "toolbox-0:0.0.99.4-6.el9_3.s390x", "product": { "name": "toolbox-0:0.0.99.4-6.el9_3.s390x", "product_id": "toolbox-0:0.0.99.4-6.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "product": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "product": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64" }, "product_reference": "toolbox-0:0.0.99.4-6.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le" }, "product_reference": "toolbox-0:0.0.99.4-6.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x" }, "product_reference": "toolbox-0:0.0.99.4-6.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-6.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src" }, "product_reference": "toolbox-0:0.0.99.4-6.el9_3.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64" }, "product_reference": "toolbox-0:0.0.99.4-6.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64" }, "product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le" }, "product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x" }, "product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" }, "product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-3064", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2163037" } ], "notes": [ { "category": "description", "text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3064" }, { "category": "external", "summary": "RHBZ#2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r", "url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5", "url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4", "url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-0956", "url": "https://pkg.go.dev/vuln/GO-2022-0956" } ], "release_date": "2022-08-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:12: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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6346" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src", "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x", "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_4627
Vulnerability from csaf_redhat
Notes
{ "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": "Migration Toolkit for Applications 6.2.0 release\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": "Migration Toolkit for Applications 6.2.0 Images\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode (CVE-2021-46877)\n\n* undertow: Server identity in https connection is not checked by the undertow client (CVE-2022-4492)\n\n* x/net/http2/h2c: request smuggling (CVE-2022-41721)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* dev-java/snakeyaml: DoS via stack overflow (CVE-2022-41854)\n\n* codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS (CVE-2022-41881)\n\n* htmlUnit: Stack overflow crash causes Denial of Service (DoS) (CVE-2023-2798)\n\n* zip4j: does not always check the MAC when decrypting a ZIP archive (CVE-2023-22899)\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang-github-gin-gonic-gin: Improper Input Validation (CVE-2023-26125)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* fast-xml-parser: Regex Injection via Doctype Entities (CVE-2023-34104)\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:4627", "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2151988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151988" }, { "category": "external", "summary": "2153260", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153260" }, { "category": "external", "summary": "2153379", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153379" }, { "category": "external", "summary": "2162182", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2185278", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185278" }, { "category": "external", "summary": "2185707", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185707" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2203769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769" }, { "category": "external", "summary": "2210366", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210366" }, { "category": "external", "summary": "2221261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221261" }, { "category": "external", "summary": "2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "MTA-1015", "url": "https://issues.redhat.com/browse/MTA-1015" }, { "category": "external", "summary": "MTA-1041", "url": "https://issues.redhat.com/browse/MTA-1041" }, { "category": "external", "summary": "MTA-194", "url": "https://issues.redhat.com/browse/MTA-194" }, { "category": "external", "summary": "MTA-24", "url": "https://issues.redhat.com/browse/MTA-24" }, { "category": "external", "summary": "MTA-27", "url": "https://issues.redhat.com/browse/MTA-27" }, { "category": "external", "summary": "MTA-464", "url": "https://issues.redhat.com/browse/MTA-464" }, { "category": "external", "summary": "MTA-465", "url": "https://issues.redhat.com/browse/MTA-465" }, { "category": "external", "summary": "MTA-468", "url": "https://issues.redhat.com/browse/MTA-468" }, { "category": "external", "summary": "MTA-469", "url": "https://issues.redhat.com/browse/MTA-469" }, { "category": "external", "summary": "MTA-470", "url": "https://issues.redhat.com/browse/MTA-470" }, { "category": "external", "summary": "MTA-472", "url": "https://issues.redhat.com/browse/MTA-472" }, { "category": "external", "summary": "MTA-474", "url": "https://issues.redhat.com/browse/MTA-474" }, { "category": "external", "summary": "MTA-476", "url": "https://issues.redhat.com/browse/MTA-476" }, { "category": "external", "summary": "MTA-477", "url": "https://issues.redhat.com/browse/MTA-477" }, { "category": "external", "summary": "MTA-478", "url": "https://issues.redhat.com/browse/MTA-478" }, { "category": "external", "summary": "MTA-479", "url": "https://issues.redhat.com/browse/MTA-479" }, { "category": "external", "summary": "MTA-480", "url": "https://issues.redhat.com/browse/MTA-480" }, { "category": "external", "summary": "MTA-481", "url": "https://issues.redhat.com/browse/MTA-481" }, { "category": "external", "summary": "MTA-483", "url": "https://issues.redhat.com/browse/MTA-483" }, { "category": "external", "summary": "MTA-484", "url": "https://issues.redhat.com/browse/MTA-484" }, { "category": "external", "summary": "MTA-485", "url": "https://issues.redhat.com/browse/MTA-485" }, { "category": "external", "summary": "MTA-500", "url": "https://issues.redhat.com/browse/MTA-500" }, { "category": "external", "summary": "MTA-582", "url": "https://issues.redhat.com/browse/MTA-582" }, { "category": "external", "summary": "MTA-590", "url": "https://issues.redhat.com/browse/MTA-590" }, { "category": "external", "summary": "MTA-643", "url": "https://issues.redhat.com/browse/MTA-643" }, { "category": "external", "summary": "MTA-647", "url": "https://issues.redhat.com/browse/MTA-647" }, { "category": "external", "summary": "MTA-651", "url": "https://issues.redhat.com/browse/MTA-651" }, { "category": "external", "summary": "MTA-658", "url": "https://issues.redhat.com/browse/MTA-658" }, { "category": "external", "summary": "MTA-659", "url": "https://issues.redhat.com/browse/MTA-659" }, { "category": "external", "summary": "MTA-674", "url": "https://issues.redhat.com/browse/MTA-674" }, { "category": "external", "summary": "MTA-678", "url": "https://issues.redhat.com/browse/MTA-678" }, { "category": "external", "summary": "MTA-680", "url": "https://issues.redhat.com/browse/MTA-680" }, { "category": "external", "summary": "MTA-681", "url": "https://issues.redhat.com/browse/MTA-681" }, { "category": "external", "summary": "MTA-682", "url": "https://issues.redhat.com/browse/MTA-682" }, { "category": "external", "summary": "MTA-695", "url": "https://issues.redhat.com/browse/MTA-695" }, { "category": "external", "summary": "MTA-698", "url": "https://issues.redhat.com/browse/MTA-698" }, { "category": "external", "summary": "MTA-699", "url": "https://issues.redhat.com/browse/MTA-699" }, { "category": "external", "summary": "MTA-706", "url": "https://issues.redhat.com/browse/MTA-706" }, { "category": "external", "summary": "MTA-717", "url": "https://issues.redhat.com/browse/MTA-717" }, { "category": "external", "summary": "MTA-739", "url": "https://issues.redhat.com/browse/MTA-739" }, { "category": "external", "summary": "MTA-741", "url": "https://issues.redhat.com/browse/MTA-741" }, { "category": "external", "summary": "MTA-747", "url": "https://issues.redhat.com/browse/MTA-747" }, { "category": "external", "summary": "MTA-750", "url": "https://issues.redhat.com/browse/MTA-750" }, { "category": "external", "summary": "MTA-753", "url": "https://issues.redhat.com/browse/MTA-753" }, { "category": "external", "summary": "MTA-761", "url": "https://issues.redhat.com/browse/MTA-761" }, { "category": "external", "summary": "MTA-764", "url": "https://issues.redhat.com/browse/MTA-764" }, { "category": "external", "summary": "MTA-765", "url": "https://issues.redhat.com/browse/MTA-765" }, { "category": "external", "summary": "MTA-766", "url": "https://issues.redhat.com/browse/MTA-766" }, { "category": "external", "summary": "MTA-772", "url": "https://issues.redhat.com/browse/MTA-772" }, { "category": "external", "summary": "MTA-773", "url": "https://issues.redhat.com/browse/MTA-773" }, { "category": "external", "summary": "MTA-778", "url": "https://issues.redhat.com/browse/MTA-778" }, { "category": "external", "summary": "MTA-802", "url": "https://issues.redhat.com/browse/MTA-802" }, { "category": "external", "summary": "MTA-807", "url": "https://issues.redhat.com/browse/MTA-807" }, { "category": "external", "summary": "MTA-808", "url": "https://issues.redhat.com/browse/MTA-808" }, { "category": "external", "summary": "MTA-809", "url": "https://issues.redhat.com/browse/MTA-809" }, { "category": "external", "summary": "MTA-81", "url": "https://issues.redhat.com/browse/MTA-81" }, { "category": "external", "summary": "MTA-811", "url": "https://issues.redhat.com/browse/MTA-811" }, { "category": "external", "summary": "MTA-814", "url": "https://issues.redhat.com/browse/MTA-814" }, { "category": "external", "summary": "MTA-815", "url": "https://issues.redhat.com/browse/MTA-815" }, { "category": "external", "summary": "MTA-826", "url": "https://issues.redhat.com/browse/MTA-826" }, { "category": "external", "summary": "MTA-83", "url": "https://issues.redhat.com/browse/MTA-83" }, { "category": "external", "summary": "MTA-84", "url": "https://issues.redhat.com/browse/MTA-84" }, { "category": "external", "summary": "MTA-845", "url": "https://issues.redhat.com/browse/MTA-845" }, { "category": "external", "summary": "MTA-863", "url": "https://issues.redhat.com/browse/MTA-863" }, { "category": "external", "summary": "MTA-870", "url": "https://issues.redhat.com/browse/MTA-870" }, { "category": "external", "summary": "MTA-872", "url": "https://issues.redhat.com/browse/MTA-872" }, { "category": "external", "summary": "MTA-873", "url": "https://issues.redhat.com/browse/MTA-873" }, { "category": "external", "summary": "MTA-877", "url": "https://issues.redhat.com/browse/MTA-877" }, { "category": "external", "summary": "MTA-881", "url": "https://issues.redhat.com/browse/MTA-881" }, { "category": "external", "summary": "MTA-89", "url": "https://issues.redhat.com/browse/MTA-89" }, { "category": "external", "summary": "MTA-894", "url": "https://issues.redhat.com/browse/MTA-894" }, { "category": "external", "summary": "MTA-895", "url": "https://issues.redhat.com/browse/MTA-895" }, { "category": "external", "summary": "MTA-898", "url": "https://issues.redhat.com/browse/MTA-898" }, { "category": "external", "summary": "MTA-906", "url": "https://issues.redhat.com/browse/MTA-906" }, { "category": "external", "summary": "MTA-908", "url": "https://issues.redhat.com/browse/MTA-908" }, { "category": "external", "summary": "MTA-909", "url": "https://issues.redhat.com/browse/MTA-909" }, { "category": "external", "summary": "MTA-91", "url": "https://issues.redhat.com/browse/MTA-91" }, { "category": "external", "summary": "MTA-912", "url": "https://issues.redhat.com/browse/MTA-912" }, { "category": "external", "summary": "MTA-916", "url": "https://issues.redhat.com/browse/MTA-916" }, { "category": "external", "summary": "MTA-923", "url": "https://issues.redhat.com/browse/MTA-923" }, { "category": "external", "summary": "MTA-93", "url": "https://issues.redhat.com/browse/MTA-93" }, { "category": "external", "summary": "MTA-937", "url": "https://issues.redhat.com/browse/MTA-937" }, { "category": "external", "summary": "MTA-943", "url": "https://issues.redhat.com/browse/MTA-943" }, { "category": "external", "summary": "MTA-973", "url": "https://issues.redhat.com/browse/MTA-973" }, { "category": "external", "summary": "MTA-974", "url": "https://issues.redhat.com/browse/MTA-974" }, { "category": "external", "summary": "MTA-984", "url": "https://issues.redhat.com/browse/MTA-984" }, { "category": "external", "summary": "MTA-985", "url": "https://issues.redhat.com/browse/MTA-985" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4627.json" } ], "title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update", "tracking": { "current_release_date": "2024-11-06T19:53:39+00:00", "generator": { "date": "2024-11-06T19:53:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4627", "initial_release_date": "2023-08-14T01:02:25+00:00", "revision_history": [ { "date": "2023-08-14T01:02:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-14T01:02:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T19:53:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "MTA 6.2 for RHEL 8", "product": { "name": "MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el9" } } }, { "category": "product_name", "name": "MTA 6.2 for RHEL 8", "product": { "name": "MTA 6.2 for RHEL 8", "product_id": "8Base-MTA-6.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el8" } } } ], "category": "product_family", "name": "Migration Toolkit for Applications" }, { "branches": [ { "category": "product_version", "name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "product": { "name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "product_id": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=6.2.0-16" } } }, { "category": "product_version", "name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "product": { "name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "product_id": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=6.2.0-29" } } }, { "category": "product_version", "name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "product": { "name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "product_id": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=6.2.0-12" } } }, { "category": "product_version", "name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "product": { "name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "product_id": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-pathfinder-rhel9\u0026tag=6.2.0-5" } } }, { "category": "product_version", "name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "product": { "name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "product_id": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=6.2.0-17" } } }, { "category": "product_version", "name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64", "product": { "name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64", "product_id": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64", "product_identification_helper": { "purl": "pkg:oci/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-addon-rhel9\u0026tag=6.2.0-11" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64" }, "product_reference": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "relates_to_product_reference": "8Base-MTA-6.2" }, { "category": "default_component_of", "full_product_name": { "name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" }, "product_reference": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "relates_to_product_reference": "9Base-MTA-6.2" }, { "category": "default_component_of", "full_product_name": { "name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" }, "product_reference": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "relates_to_product_reference": "9Base-MTA-6.2" }, { "category": "default_component_of", "full_product_name": { "name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64" }, "product_reference": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "relates_to_product_reference": "9Base-MTA-6.2" }, { "category": "default_component_of", "full_product_name": { "name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" }, "product_reference": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "relates_to_product_reference": "9Base-MTA-6.2" }, { "category": "default_component_of", "full_product_name": { "name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64 as a component of MTA 6.2 for RHEL 8", "product_id": "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" }, "product_reference": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64", "relates_to_product_reference": "9Base-MTA-6.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-46877", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2185707" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jackson Databind. This issue may allow a malicious user to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode", "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": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-46877" }, { "category": "external", "summary": "RHBZ#2185707", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185707" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-46877", "url": "https://www.cve.org/CVERecord?id=CVE-2021-46877" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-46877", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-46877" } ], "release_date": "2023-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode" }, { "cve": "CVE-2022-4492", "cwe": { "id": "CWE-550", "name": "Server-generated Error Message Containing Sensitive Information" }, "discovery_date": "2022-12-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2153260" } ], "notes": [ { "category": "description", "text": "A flaw was found in undertow. The undertow client is not checking the server identity the server certificate presents in HTTPS connections. This is a compulsory step ( that should at least be performed by default) in HTTPS and in http/2.", "title": "Vulnerability description" }, { "category": "summary", "text": "undertow: Server identity in https connection is not checked by the undertow client", "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": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-4492" }, { "category": "external", "summary": "RHBZ#2153260", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153260" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4492", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4492" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4492", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4492" } ], "release_date": "2022-12-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "undertow: Server identity in https connection is not checked by the undertow client" }, { "cve": "CVE-2022-41721", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2023-01-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2162182" } ], "notes": [ { "category": "description", "text": "A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead read the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "x/net/http2/h2c: request smuggling", "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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41721" }, { "category": "external", "summary": "RHBZ#2162182", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41721", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41721" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41721", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41721" }, { "category": "external", "summary": "https://go.dev/cl/447396", "url": "https://go.dev/cl/447396" }, { "category": "external", "summary": "https://go.dev/issue/56352", "url": "https://go.dev/issue/56352" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1495", "url": "https://pkg.go.dev/vuln/GO-2023-1495" } ], "release_date": "2023-01-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "x/net/http2/h2c: request smuggling" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2022-41854", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-12-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2151988" } ], "notes": [ { "category": "description", "text": "Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "dev-java/snakeyaml: DoS via stack overflow", "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": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41854" }, { "category": "external", "summary": "RHBZ#2151988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151988" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41854", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41854" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41854", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41854" }, { "category": "external", "summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/543/stackoverflow-oss-fuzz-50355", "url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/543/stackoverflow-oss-fuzz-50355" }, { "category": "external", "summary": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50355", "url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50355" } ], "release_date": "2022-11-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "dev-java/snakeyaml: DoS via stack overflow" }, { "cve": "CVE-2022-41881", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2022-12-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2153379" } ], "notes": [ { "category": "description", "text": "A flaw was found in codec-haproxy from the Netty project. This flaw allows an attacker to build a malformed crafted message and cause infinite recursion, causing stack exhaustion and leading to a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41881" }, { "category": "external", "summary": "RHBZ#2153379", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153379" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41881" } ], "release_date": "2022-12-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS" }, { "cve": "CVE-2023-2798", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-05-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2210366" } ], "notes": [ { "category": "description", "text": "A flaw was found in HtmlUnit. This issue may allow a malicious user to supply content to htmlUnit, which could cause a crash by stack overflow, leading to a Denial of Service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "htmlUnit: Stack overflow crash causes Denial of Service (DoS)", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-2798" }, { "category": "external", "summary": "RHBZ#2210366", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210366" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2798", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2798" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2798", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2798" } ], "release_date": "2023-05-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "htmlUnit: Stack overflow crash causes Denial of Service (DoS)" }, { "cve": "CVE-2023-22899", "cwe": { "id": "CWE-346", "name": "Origin Validation Error" }, "discovery_date": "2023-01-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2185278" } ], "notes": [ { "category": "description", "text": "A flaw was found in Zip4j. In this issue, it does not always check the MAC when decrypting a ZIP archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "zip4j: does not always check the MAC when decrypting a ZIP archive", "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": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-22899" }, { "category": "external", "summary": "RHBZ#2185278", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185278" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-22899", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22899" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22899", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22899" } ], "release_date": "2023-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "zip4j: does not always check the MAC when decrypting a ZIP archive" }, { "cve": "CVE-2023-24532", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2023-07-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2223355" } ], "notes": [ { "category": "description", "text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results", "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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24532" }, { "category": "external", "summary": "RHBZ#2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24532" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532" }, { "category": "external", "summary": "https://go.dev/cl/471255", "url": "https://go.dev/cl/471255" }, { "category": "external", "summary": "https://go.dev/issue/58647", "url": "https://go.dev/issue/58647" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY", "url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1621", "url": "https://pkg.go.dev/vuln/GO-2023-1621" } ], "release_date": "2023-03-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-26125", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-05-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203769" } ], "notes": [ { "category": "description", "text": "A flaw was found in Gin-Gonic Gin. This flaw allows a remote attacker to bypass security restrictions caused by improper input validation. An attacker can perform cache poisoning attacks by sending a specially-crafted request using the X-Forwarded-Prefix header.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang-github-gin-gonic-gin: Improper Input Validation", "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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-26125" }, { "category": "external", "summary": "RHBZ#2203769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-26125", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26125" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26125", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26125" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2023-2454/", "url": "https://www.postgresql.org/support/security/CVE-2023-2454/" } ], "release_date": "2023-05-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang-github-gin-gonic-gin: Improper Input Validation" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-34104", "cwe": { "id": "CWE-917", "name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)" }, "discovery_date": "2023-06-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2221261" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fast-XML-parser. The affected versions of fast-XML-parser are vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the Doctype Entities. By sending a specially crafted regex input, a remote attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "fast-xml-parser: Regex Injection via Doctype Entities", "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": [ "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ], "known_not_affected": [ "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64", "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64", "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64", "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64", "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-34104" }, { "category": "external", "summary": "RHBZ#2221261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221261" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-34104", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34104" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34104", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34104" }, { "category": "external", "summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/39b0e050bb909e8499478657f84a3076e39ce76c", "url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/39b0e050bb909e8499478657f84a3076e39ce76c" }, { "category": "external", "summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-6w63-h3fj-q4vw", "url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-6w63-h3fj-q4vw" } ], "release_date": "2023-06-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T01:02:25+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": [ "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4627" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "fast-xml-parser: Regex Injection via Doctype Entities" } ] }
rhsa-2023_3455
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "OpenShift Serverless version 1.29.0 contains a moderate security impact.\n\nThe References section contains CVE links providing detailed severity ratings\nfor each vulnerability. Ratings are based on a Common Vulnerability Scoring\nSystem (CVSS) base score.", "title": "Topic" }, { "category": "general", "text": "Version 1.29.0 of the OpenShift Serverless Operator is supported on Red Hat\nOpenShift Container Platform versions 4.10, 4.11, 4.12, and 4.13.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, see the CVE pages linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:3455", "url": "https://access.redhat.com/errata/RHSA-2023:3455" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index" }, { "category": "external", "summary": "2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2185507", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185507" }, { "category": "external", "summary": "2185509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185509" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3455.json" } ], "title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.29.0", "tracking": { "current_release_date": "2024-11-06T03:08:05+00:00", "generator": { "date": "2024-11-06T03:08:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3455", "initial_release_date": "2023-06-05T23:42:42+00:00", "revision_history": [ { "date": "2023-06-05T23:42:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T23:42:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:08:05+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Serverless 1.29", "product": { "name": "Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_serverless:1.29::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Serverless" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "product": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "product_identification_helper": { "purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "product": { "name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "product_identification_helper": { "purl": "pkg:oci/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.29.0-4" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "product": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64" }, "product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le" }, "product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64" }, "product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64 as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "relates_to_product_reference": "8Base-RHOSS-1.29" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le as a component of Red Hat OpenShift Serverless 1.29", "product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.29" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "cve": "CVE-2023-25173", "cwe": { "id": "CWE-842", "name": "Placement of User into Incorrect Group" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174485" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: Supplementary groups are not set up properly", "title": "Vulnerability summary" }, { "category": "other", "text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25173" }, { "category": "external", "summary": "RHBZ#2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173" }, { "category": "external", "summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a", "url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.5.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.6.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T23:42:42+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3455" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64", "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le", "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x", "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: Supplementary groups are not set up properly" } ] }
rhsa-2023_3366
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.13.2 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3367\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* golang: path/filepath: path-filepath filepath.Clean path traversal (CVE-2022-41722)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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:3366", "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "url": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html" }, { "category": "external", "summary": "2064702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2203008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3366.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 packages and security update", "tracking": { "current_release_date": "2024-11-06T03:06:36+00:00", "generator": { "date": "2024-11-06T03:06:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3366", "initial_release_date": "2023-06-07T02:08:03+00:00", "revision_history": [ { "date": "2023-06-07T02:08:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-07T02:08:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:06:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "product": { "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.26.0-2.el9.src", "product": { "name": "cri-tools-0:1.26.0-2.el9.src", "product_id": "cri-tools-0:1.26.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.16.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.16.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.16.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "product": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "product": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src", "product": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src", "product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "product": { "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "product": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "product": { "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-api@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-common@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product": { "name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_id": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-tests@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.16.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.16.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "product": { "name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "product_id": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.4.1-4.1.rhaos4.13.el9?arch=noarch\u0026epoch=3" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.26.0-2.el9.x86_64", "product": { "name": "cri-tools-0:1.26.0-2.el9.x86_64", "product_id": "cri-tools-0:1.26.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "product": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "product_id": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-0:1.26.0-2.el9.aarch64", "product": { "name": "cri-tools-0:1.26.0-2.el9.aarch64", "product_id": "cri-tools-0:1.26.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "product": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "product_id": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "product": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-0:1.26.0-2.el9.ppc64le", "product": { "name": "cri-tools-0:1.26.0-2.el9.ppc64le", "product_id": "cri-tools-0:1.26.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "product": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "product_id": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "product": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-0:1.26.0-2.el9.s390x", "product": { "name": "cri-tools-0:1.26.0-2.el9.s390x", "product_id": "cri-tools-0:1.26.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x", "product": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x", "product_id": "cri-tools-debugsource-0:1.26.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "product": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64" }, "product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le" }, "product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x" }, "product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src" }, "product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64" }, "product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src" }, "product_reference": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64" }, "product_reference": "cri-tools-0:1.26.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le" }, "product_reference": "cri-tools-0:1.26.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x" }, "product_reference": "cri-tools-0:1.26.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.26.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src" }, "product_reference": "cri-tools-0:1.26.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64" }, "product_reference": "cri-tools-0:1.26.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64" }, "product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le" }, "product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x" }, "product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64" }, "product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le" }, "product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x" }, "product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64" }, "product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.16.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.16.1.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src" }, "product_reference": "podman-3:4.4.1-4.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch" }, "product_reference": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.16.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.16.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.16.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src" }, "product_reference": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src" }, "product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" }, "product_reference": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-27191", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2022-03-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2064702" } ], "notes": [ { "category": "description", "text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crash in a golang.org/x/crypto/ssh server", "title": "Vulnerability summary" }, { "category": "other", "text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27191" }, { "category": "external", "summary": "RHBZ#2064702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27191" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ" } ], "release_date": "2022-03-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crash in a golang.org/x/crypto/ssh server" }, { "cve": "CVE-2022-41722", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2023-05-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2203008" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it could allow a remote attacker to traverse directories on the system, caused by improper validation of user requests by the filepath.Clean on Windows package. This flaw allows an attacker to send a specially-crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: path/filepath: path-filepath filepath.Clean path traversal", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is specific to versions of Go on Windows. It does not affect any packages shipped with Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9.\n\nThe following components were fixed in RHSA-2023:3366 and have therefore been marked as \"Not Affected\": `openshift`, `cri-tools`, `cri-o`, `containernetworking-plugins` and `conmon`", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "known_not_affected": [ "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41722" }, { "category": "external", "summary": "RHBZ#2203008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41722", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41722" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: path/filepath: path-filepath filepath.Clean path traversal" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T02:08:03+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src", "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x", "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch", "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3318
Vulnerability from csaf_redhat
Notes
{ "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 go-toolset and golang 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nThe golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3318", "url": "https://access.redhat.com/errata/RHSA-2023:3318" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3318.json" } ], "title": "Red Hat Security Advisory: go-toolset and golang security update", "tracking": { "current_release_date": "2024-11-06T03:04:45+00:00", "generator": { "date": "2024-11-06T03:04:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3318", "initial_release_date": "2023-05-25T07:58:07+00:00", "revision_history": [ { "date": "2023-05-25T07:58:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-25T07:58:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:04:45+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_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.el9_2.src", "product": { "name": "go-toolset-0:1.19.9-1.el9_2.src", "product_id": "go-toolset-0:1.19.9-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=src" } } }, { "category": "product_version", "name": "golang-0:1.19.9-2.el9_2.src", "product": { "name": "golang-0:1.19.9-2.el9_2.src", "product_id": "golang-0:1.19.9-2.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.el9_2.aarch64", "product": { "name": "go-toolset-0:1.19.9-1.el9_2.aarch64", "product_id": "go-toolset-0:1.19.9-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "golang-0:1.19.9-2.el9_2.aarch64", "product": { "name": "golang-0:1.19.9-2.el9_2.aarch64", "product_id": "golang-0:1.19.9-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-2.el9_2.aarch64", "product": { "name": "golang-bin-0:1.19.9-2.el9_2.aarch64", "product_id": "golang-bin-0:1.19.9-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.el9_2.ppc64le", "product": { "name": "go-toolset-0:1.19.9-1.el9_2.ppc64le", "product_id": "go-toolset-0:1.19.9-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-0:1.19.9-2.el9_2.ppc64le", "product": { "name": "golang-0:1.19.9-2.el9_2.ppc64le", "product_id": "golang-0:1.19.9-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-2.el9_2.ppc64le", "product": { "name": "golang-bin-0:1.19.9-2.el9_2.ppc64le", "product_id": "golang-bin-0:1.19.9-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.el9_2.x86_64", "product": { "name": "go-toolset-0:1.19.9-1.el9_2.x86_64", "product_id": "go-toolset-0:1.19.9-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "golang-0:1.19.9-2.el9_2.x86_64", "product": { "name": "golang-0:1.19.9-2.el9_2.x86_64", "product_id": "golang-0:1.19.9-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-2.el9_2.x86_64", "product": { "name": "golang-bin-0:1.19.9-2.el9_2.x86_64", "product_id": "golang-bin-0:1.19.9-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "golang-race-0:1.19.9-2.el9_2.x86_64", "product": { "name": "golang-race-0:1.19.9-2.el9_2.x86_64", "product_id": "golang-race-0:1.19.9-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-race@1.19.9-2.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.el9_2.s390x", "product": { "name": "go-toolset-0:1.19.9-1.el9_2.s390x", "product_id": "go-toolset-0:1.19.9-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "golang-0:1.19.9-2.el9_2.s390x", "product": { "name": "golang-0:1.19.9-2.el9_2.s390x", "product_id": "golang-0:1.19.9-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-2.el9_2.s390x", "product": { "name": "golang-bin-0:1.19.9-2.el9_2.s390x", "product_id": "golang-bin-0:1.19.9-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "golang-docs-0:1.19.9-2.el9_2.noarch", "product": { "name": "golang-docs-0:1.19.9-2.el9_2.noarch", "product_id": "golang-docs-0:1.19.9-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.19.9-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.19.9-2.el9_2.noarch", "product": { "name": "golang-misc-0:1.19.9-2.el9_2.noarch", "product_id": "golang-misc-0:1.19.9-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.19.9-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.19.9-2.el9_2.noarch", "product": { "name": "golang-src-0:1.19.9-2.el9_2.noarch", "product_id": "golang-src-0:1.19.9-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.19.9-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "golang-tests-0:1.19.9-2.el9_2.noarch", "product": { "name": "golang-tests-0:1.19.9-2.el9_2.noarch", "product_id": "golang-tests-0:1.19.9-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.19.9-2.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64" }, "product_reference": "go-toolset-0:1.19.9-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le" }, "product_reference": "go-toolset-0:1.19.9-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x" }, "product_reference": "go-toolset-0:1.19.9-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src" }, "product_reference": "go-toolset-0:1.19.9-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" }, "product_reference": "go-toolset-0:1.19.9-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64" }, "product_reference": "golang-0:1.19.9-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le" }, "product_reference": "golang-0:1.19.9-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x" }, "product_reference": "golang-0:1.19.9-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src" }, "product_reference": "golang-0:1.19.9-2.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64" }, "product_reference": "golang-0:1.19.9-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64" }, "product_reference": "golang-bin-0:1.19.9-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le" }, "product_reference": "golang-bin-0:1.19.9-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x" }, "product_reference": "golang-bin-0:1.19.9-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64" }, "product_reference": "golang-bin-0:1.19.9-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch" }, "product_reference": "golang-docs-0:1.19.9-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch" }, "product_reference": "golang-misc-0:1.19.9-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-race-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64" }, "product_reference": "golang-race-0:1.19.9-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch" }, "product_reference": "golang-src-0:1.19.9-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" }, "product_reference": "golang-tests-0:1.19.9-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24532", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2023-07-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2223355" } ], "notes": [ { "category": "description", "text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results", "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:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24532" }, { "category": "external", "summary": "RHBZ#2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24532" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532" }, { "category": "external", "summary": "https://go.dev/cl/471255", "url": "https://go.dev/cl/471255" }, { "category": "external", "summary": "https://go.dev/issue/58647", "url": "https://go.dev/issue/58647" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY", "url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1621", "url": "https://pkg.go.dev/vuln/GO-2023-1621" } ], "release_date": "2023-03-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T07:58: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-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3318" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_4470
Vulnerability from csaf_redhat
Notes
{ "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 is now available for Red Hat Ansible Automation Platform 2.3\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": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es) for openshift-clients:\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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:4470", "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4470.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.3 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2024-11-06T03:28:09+00:00", "generator": { "date": "2024-11-06T03:28:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4470", "initial_release_date": "2023-08-03T14:15:32+00:00", "revision_history": [ { "date": "2023-08-03T14:15:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-03T14:15:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:28:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.3::el8" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64 as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-03T14:15:32+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src", "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhba-2023_6109
Vulnerability from csaf_redhat
Notes
{ "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": "Updated Release packages that fix several bugs and add various enhancements are now available.", "title": "Topic" }, { "category": "general", "text": "Migration Toolkit for Virtualization 2.4.3 Images", "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/RHBA-2023:6109", "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhba-2023_6109.json" } ], "title": "Red Hat Bug Fix Advisory: MTV 2.4.3 Images", "tracking": { "current_release_date": "2024-11-08T08:00:45+00:00", "generator": { "date": "2024-11-08T08:00:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHBA-2023:6109", "initial_release_date": "2023-10-25T12:32:35+00:00", "revision_history": [ { "date": "2023-10-25T12:32:35+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-25T12:32:35+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T08:00:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "8Base-MTV-2.4", "product": { "name": "8Base-MTV-2.4", "product_id": "9Base-MTV-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el9" } } }, { "category": "product_name", "name": "8Base-MTV-2.4", "product": { "name": "8Base-MTV-2.4", "product_id": "8Base-MTV-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el8" } } } ], "category": "product_family", "name": "Migration Toolkit for Virtualization" }, { "branches": [ { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "product_id": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-api-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "product_id": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-console-plugin-rhel9\u0026tag=2.4.3-3" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "product_id": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-controller-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "product_id": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-api-rhel8\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "product_id": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-rhel8\u0026tag=2.4.3-6" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "product_id": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-openstack-populator-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "product_id": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-operator-bundle\u0026tag=2.4.3-12" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "product_id": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhel8-operator\u0026tag=2.4.3-3" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "product_id": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-populator-controller-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "product_id": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8\u0026tag=2.4.3-4" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "product_id": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-ui-rhel8\u0026tag=2.4.3-2" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "product_id": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-validation-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64", "product_id": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-rhel9\u0026tag=2.4.3-4" } } }, { "category": "product_version", "name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "product": { "name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "product_id": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "product_identification_helper": { "purl": "pkg:oci/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8\u0026tag=2.4.3-3" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64 as a component of 8Base-MTV-2.4", "product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "relates_to_product_reference": "8Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "relates_to_product_reference": "9Base-MTV-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64 as a component of 8Base-MTV-2.4", "product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" }, "product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64", "relates_to_product_reference": "9Base-MTV-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-3978", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-08-03T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228689" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Cross site scripting", "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": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3978" }, { "category": "external", "summary": "RHBZ#2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978" }, { "category": "external", "summary": "https://go.dev/cl/514896", "url": "https://go.dev/cl/514896" }, { "category": "external", "summary": "https://go.dev/issue/61615", "url": "https://go.dev/issue/61615" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1988", "url": "https://pkg.go.dev/vuln/GO-2023-1988" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/html: Cross site scripting" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-08-03T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228743" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys", "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": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29409" }, { "category": "external", "summary": "RHBZ#2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29409" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409" }, { "category": "external", "summary": "https://go.dev/cl/515257", "url": "https://go.dev/cl/515257" }, { "category": "external", "summary": "https://go.dev/issue/61460", "url": "https://go.dev/issue/61460" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ", "url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1987", "url": "https://pkg.go.dev/vuln/GO-2023-1987" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys" }, { "cve": "CVE-2023-39325", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243296" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39325" }, { "category": "external", "summary": "RHBZ#2243296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2023-44487", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://go.dev/issue/63417", "url": "https://go.dev/issue/63417" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "workaround", "details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64" ], "known_not_affected": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-25T12:32:35+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\n https://access.redhat.com/articles/11258", "product_ids": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2023:6109" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64", "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64", "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" } ] }
rhsa-2023_4657
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.2\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.2\n\nSecurity Fix(es):\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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:4657", "url": "https://access.redhat.com/errata/RHSA-2023:4657" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "WRKLDS-793", "url": "https://issues.redhat.com/browse/WRKLDS-793" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4657.json" } ], "title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.1.2 security update", "tracking": { "current_release_date": "2024-11-06T03:32:46+00:00", "generator": { "date": "2024-11-06T03:32:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4657", "initial_release_date": "2023-08-23T00:17:54+00:00", "revision_history": [ { "date": "2023-08-23T00:17:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-23T00:17:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:32:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OSSO 1.1 for RHEL 8", "product": { "name": "OSSO 1.1 for RHEL 8", "product_id": "8Base-OSSO-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.1::el8" } } } ], "category": "product_family", "name": "Openshift Secondary Scheduler Operator" }, { "branches": [ { "category": "product_version", "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "product": { "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "product_identification_helper": { "purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.1-30" } } }, { "category": "product_version", "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64", "product": { "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64", "product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64", "product_identification_helper": { "purl": "pkg:oci/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8\u0026tag=v1.1-30" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64 as a component of OSSO 1.1 for RHEL 8", "product_id": "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" }, "product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "relates_to_product_reference": "8Base-OSSO-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64 as a component of OSSO 1.1 for RHEL 8", "product_id": "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" }, "product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64", "relates_to_product_reference": "8Base-OSSO-1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24532", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2023-07-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2223355" } ], "notes": [ { "category": "description", "text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results", "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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24532" }, { "category": "external", "summary": "RHBZ#2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24532" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532" }, { "category": "external", "summary": "https://go.dev/cl/471255", "url": "https://go.dev/cl/471255" }, { "category": "external", "summary": "https://go.dev/issue/58647", "url": "https://go.dev/issue/58647" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY", "url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1621", "url": "https://pkg.go.dev/vuln/GO-2023-1621" } ], "release_date": "2023-03-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "known_not_affected": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-23T00:17:54+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": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4657" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64", "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2024_0746
Vulnerability from csaf_redhat
Notes
{ "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": "Updated container image for Red Hat Ceph Storage 5.3 is now available in\nthe Red Hat Ecosystem Catalog.\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": "Red Hat Ceph Storage is a scalable, open, software-defined storage platform\nthat combines the most stable version of the Ceph storage system with a\nCeph management platform, deployment utilities, and support services.\n\nThis updated container image is based on Red Hat Ceph Storage 5.3 and Red\nHat Enterprise Linux.\n\nSpace precludes documenting all of these changes in this advisory. Users\nare directed to the Red Hat Ceph Storage Release Notes for information on\nthe most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5.3/html/release_notes/index\n\nAll users of Red Hat Ceph Storage are advised to pull these new images from\nthe Red Hat Ecosystem catalog.\n\nSecurity Fix(es):\n\n* grafana: Use of Cache Containing Sensitive Information (CVE-2022-23498)\n\n* grafana: cross site scripting (CVE-2023-0507)\n\n* grafana: cross site scripting (CVE-2023-0594)\n\n* haproxy: request smuggling attack in HTTP/1 header parsing (CVE-2023-25725)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* haproxy: segfault DoS (CVE-2023-0056)\n\n* grafana: JWT token leak to data source (CVE-2023-1387)\n\n* grafana: stored XSS vulnerability affecting the core plugin \"Text\" (CVE-2023-22462)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:0746", "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2160808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160808" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2164936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164936" }, { "category": "external", "summary": "2167266", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167266" }, { "category": "external", "summary": "2168037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168037" }, { "category": "external", "summary": "2168038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168038" }, { "category": "external", "summary": "2169089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169089" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2186322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186322" }, { "category": "external", "summary": "2256938", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256938" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0746.json" } ], "title": "Red Hat Security Advisory: new container image: rhceph-5.3", "tracking": { "current_release_date": "2024-11-06T04:58:36+00:00", "generator": { "date": "2024-11-06T04:58:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:0746", "initial_release_date": "2024-02-08T16:49:55+00:00", "revision_history": [ { "date": "2024-02-08T16:49:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-08T16:49:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:58:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ceph Storage 5.3 Tools", "product": { "name": "Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools", "product_identification_helper": { "cpe": "cpe:/a:redhat:ceph_storage:5.3::el8" } } } ], "category": "product_family", "name": "Red Hat Ceph Storage" }, { "branches": [ { "category": "product_version", "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "product": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "product_id": "rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-dashboard-rhel8\u0026tag=5-83" } } }, { "category": "product_version", "name": "rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "product": { "name": "rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "product_id": "rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "product_identification_helper": { "purl": "pkg:oci/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel8\u0026tag=2.1.5-39" } } }, { "category": "product_version", "name": "rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "product": { "name": "rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "product_id": "rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-rhel8\u0026tag=5-499" } } }, { "category": "product_version", "name": "rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "product": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "product_id": "rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "product_identification_helper": { "purl": "pkg:oci/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel8\u0026tag=2.2.19-32" } } }, { "category": "product_version", "name": "rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64", "product": { "name": "rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64", "product_id": "rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64", "product_identification_helper": { "purl": "pkg:oci/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel8\u0026tag=1.2.1-50" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "product": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "product_id": "rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-dashboard-rhel8\u0026tag=5-83" } } }, { "category": "product_version", "name": "rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "product": { "name": "rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "product_id": "rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "product_identification_helper": { "purl": "pkg:oci/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel8\u0026tag=2.1.5-39" } } }, { "category": "product_version", "name": "rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "product": { "name": "rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "product_id": "rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-rhel8\u0026tag=5-499" } } }, { "category": "product_version", "name": "rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "product": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "product_id": "rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel8\u0026tag=2.2.19-32" } } }, { "category": "product_version", "name": "rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "product": { "name": "rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "product_id": "rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "product_identification_helper": { "purl": "pkg:oci/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel8\u0026tag=1.2.1-50" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "product": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "product_id": "rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-dashboard-rhel8\u0026tag=5-83" } } }, { "category": "product_version", "name": "rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "product": { "name": "rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "product_id": "rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "product_identification_helper": { "purl": "pkg:oci/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel8\u0026tag=2.1.5-39" } } }, { "category": "product_version", "name": "rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "product": { "name": "rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "product_id": "rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "product_identification_helper": { "purl": "pkg:oci/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-5-rhel8\u0026tag=5-499" } } }, { "category": "product_version", "name": "rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "product": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "product_id": "rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "product_identification_helper": { "purl": "pkg:oci/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel8\u0026tag=2.2.19-32" } } }, { "category": "product_version", "name": "rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "product": { "name": "rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "product_id": "rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "product_identification_helper": { "purl": "pkg:oci/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel8\u0026tag=1.2.1-50" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x" }, "product_reference": "rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le" }, "product_reference": "rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64 as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64" }, "product_reference": "rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64 as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64" }, "product_reference": "rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le" }, "product_reference": "rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" }, "product_reference": "rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le" }, "product_reference": "rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x" }, "product_reference": "rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64 as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64" }, "product_reference": "rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64 as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64" }, "product_reference": "rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le" }, "product_reference": "rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" }, "product_reference": "rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x" }, "product_reference": "rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le" }, "product_reference": "rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" }, { "category": "default_component_of", "full_product_name": { "name": "rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64 as a component of Red Hat Ceph Storage 5.3 Tools", "product_id": "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" }, "product_reference": "rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64", "relates_to_product_reference": "8Base-RHCEPH-5.3-Tools" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-23498", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-02-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2167266" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Grafana package. When data-source query caching is enabled, Grafana caches all headers, including `grafana_session.` As a result, any user that queries a data source where the caching is enabled can acquire another user\u2019s session.", "title": "Vulnerability description" }, { "category": "summary", "text": "grafana: Use of Cache Containing Sensitive Information", "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": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23498" }, { "category": "external", "summary": "RHBZ#2167266", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167266" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23498", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23498" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498" }, { "category": "external", "summary": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8", "url": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8" } ], "release_date": "2023-02-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "workaround", "details": "To mitigate the vulnerability, disable the data source query caching for all data sources.", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "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": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "grafana: Use of Cache Containing Sensitive Information" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" }, { "cve": "CVE-2023-0056", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-01-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2160808" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption vulnerability was discovered in HAProxy which could crash the service. This issue could allow an authenticated remote attacker to run a specially crafted malicious server in an OpenShift cluster. The biggest impact is to availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "haproxy: segfault DoS", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0056" }, { "category": "external", "summary": "RHBZ#2160808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0056", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0056" }, { "category": "external", "summary": "https://github.com/haproxy/haproxy/issues/1972", "url": "https://github.com/haproxy/haproxy/issues/1972" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "haproxy: segfault DoS" }, { "acknowledgments": [ { "names": [ "Grafana Security Team" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2023-0507", "cwe": { "id": "CWE-80", "name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the GeoMap Grafana plugin, where a user can store unsanitized HTML in the GeoMap plugin under the Attribution text field, and the client will process it. The vulnerability makes it possible to use XHR to make arbitrary API calls on behalf of the attacked user. This means that a malicious user with editor permissions could alter a GeoMap panel to include JavaScript that changes the password for the user viewing the panel (this could be an admin) to a known password, thus gaining access to the admin account and resulting as the editor becoming an admin.", "title": "Vulnerability description" }, { "category": "summary", "text": "grafana: cross site scripting", "title": "Vulnerability summary" }, { "category": "other", "text": "For Grafana package shipped in Red Hat Enterprise Linux, it is not possible to take advantage of this vulnerability without specialized \u0027editor\u0027 access, which reduces the impact of this issue in RHEL. Thus, it is set to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0507" }, { "category": "external", "summary": "RHBZ#2168038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0507", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0507" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0507", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0507" }, { "category": "external", "summary": "https://grafana.com/security/security-advisories/CVE-2023-0507", "url": "https://grafana.com/security/security-advisories/CVE-2023-0507" } ], "release_date": "2023-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "workaround", "details": "Applying the Content-Security-Policy shipped with Grafana would block inline scripts from executing and would mitigate this.", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "grafana: cross site scripting" }, { "acknowledgments": [ { "names": [ "Grafana Security Team" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2023-0594", "cwe": { "id": "CWE-80", "name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168037" } ], "notes": [ { "category": "description", "text": "A flaw was found in the grafana package. This flaw allows a malicious user with the ability to introduce trace data to provide a JavaScript that changes the password for the user viewing the trace view (this could be an admin) to a known password, thus gaining access to the admin account.", "title": "Vulnerability description" }, { "category": "summary", "text": "grafana: cross site scripting", "title": "Vulnerability summary" }, { "category": "other", "text": "This is an issue with Grafana Tempo which we don\u0027t ship in Red Hat Enterprise Linux. Hence, RHEL-8, 9 are not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0594" }, { "category": "external", "summary": "RHBZ#2168037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168037" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0594", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0594" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0594", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0594" }, { "category": "external", "summary": "https://grafana.com/security/security-advisories/CVE-2023-0594", "url": "https://grafana.com/security/security-advisories/CVE-2023-0594" } ], "release_date": "2023-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "workaround", "details": "Applying the Content-Security-Policy shipped with Grafana would block inline scripts from executing and would mitigate this.", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "grafana: cross site scripting" }, { "acknowledgments": [ { "names": [ "Grafana Security Team" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2023-1387", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-04-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2186322" } ], "notes": [ { "category": "description", "text": "A flaw was found in Grafana. This flaw allows a remote, authenticated attacker to obtain sensitive information caused by an issue when enabling the \"url_login\" configuration option. By sending a specially crafted request, an attacker can obtain JWT information and use this to launch further attacks against the affected system.", "title": "Vulnerability description" }, { "category": "summary", "text": "grafana: JWT token leak to data source", "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": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-1387" }, { "category": "external", "summary": "RHBZ#2186322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186322" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1387", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1387" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1387", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1387" }, { "category": "external", "summary": "https://grafana.com/blog/2023/04/26/grafana-security-release-new-versions-of-grafana-with-security-fixes-for-cve-2023-28119-and-cve-2023-1387/", "url": "https://grafana.com/blog/2023/04/26/grafana-security-release-new-versions-of-grafana-with-security-fixes-for-cve-2023-28119-and-cve-2023-1387/" }, { "category": "external", "summary": "https://grafana.com/security/security-advisories/cve-2023-1387/", "url": "https://grafana.com/security/security-advisories/cve-2023-1387/" } ], "release_date": "2023-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "grafana: JWT token leak to data source" }, { "acknowledgments": [ { "names": [ "Grafana Security Team" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2023-22462", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-01-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2164936" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Grafana core plugin, \"Text.\" The vulnerability was possible due to React\u0027s render cycle that will pass through unsanitized HTML code. However, the HTML is cleaned and saved in Grafana\u0027s database in the next cycle. An attacker needs the Editor role in changing a Text panel to include JavaScript. Later, another user needs to edit the same Text panel and click \"Markdown\" or \"HTML\" to execute the code. This issue allows possible vertical privilege escalation, where a user with an Editor role can change to a known password for a user having an Admin role if the user with an Admin role executes malicious JavaScript viewing a dashboard.", "title": "Vulnerability description" }, { "category": "summary", "text": "grafana: stored XSS vulnerability affecting the core plugin \"Text\"", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Service Mesh containers include the grafana RPM from RHEL and consume CVE fixes for grafana from RHEL channels. The servicemesh-grafana RPM shipped in early versions of OpenShift Service Mesh 2.1 is no longer maintained.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-22462" }, { "category": "external", "summary": "RHBZ#2164936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164936" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-22462", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22462" } ], "release_date": "2023-03-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "grafana: stored XSS vulnerability affecting the core plugin \"Text\"" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "cve": "CVE-2023-25725", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2023-02-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2169089" } ], "notes": [ { "category": "description", "text": "A flaw was found in HAProxy\u0027s headers processing that causes HAProxy to drop important headers fields such as Connection, Content-length, Transfer-Encoding, and Host after having partially processed them. A maliciously crafted HTTP request could be used in an HTTP request smuggling attack to bypass filtering and detection by HAProxy.", "title": "Vulnerability description" }, { "category": "summary", "text": "haproxy: request smuggling attack in HTTP/1 header parsing", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat OpenStack Platform doesn\u0027t ship any haproxy code of its own and instead the openstack-haproxy-container consumes the `haproxy` RPM provided by RHEL.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ], "known_not_affected": [ "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:6a75187c09c4c29565a936b67314d37fa34cabe0902e5a70deea731ddcee59a2_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:a3271d3fe7f918a59f96c32fde709b66c9dc5f6d482b5881ca5322a3d701de58_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/keepalived-rhel8@sha256:e39e1ff87d78a154a98bc60f4002ced54758aa1cbbe1a03d57b3141e046eecad_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:5eeace779a37893bfe8f526be9dcfbcf6131af8009cc09d8c04c6a30adf23832_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:6862d889c99ed5652b877660533056d539918e3362a25fea0fb53abe7de23a32_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-dashboard-rhel8@sha256:cbcf2ca9ef81e45796ece23783c282d0313d4a6813a086122466af3f0d3b6088_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:10f9c1198dda12709ad7d67f9cb270370eca4f882ef00f40586d5b0acbc8190b_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:51d3d740a3b063e07a6054142d28bb512af3772201c2233f8e14be5e3d4f6f05_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-5-rhel8@sha256:e0d758ac81cdc23c8a03ebc7832158ffe53a8cab9b2f5f18dfac0bc0147b0f6f_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:031ef712e4211d539514d5c5ce447515f5711af4e6b679e758352942b8b2d709_s390x", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:ab41dff414825b28512047407bb4bdf7bfa67c02f783c2469712f54a24a5d167_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/snmp-notifier-rhel8@sha256:d7334b7d095562b8fd7d93b17bc5a9f4b2788ed553148bb8bad9ab0a2bba0be9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25725" }, { "category": "external", "summary": "RHBZ#2169089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169089" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25725", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25725" }, { "category": "external", "summary": "https://www.haproxy.com/blog/february-2023-header-parser-fixed/", "url": "https://www.haproxy.com/blog/february-2023-header-parser-fixed/" }, { "category": "external", "summary": "https://www.mail-archive.com/haproxy@formilux.org/msg43229.html", "url": "https://www.mail-archive.com/haproxy@formilux.org/msg43229.html" } ], "release_date": "2023-02-14T16:20:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-08T16:49:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nand \n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/upgrade_guide/index\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993", "product_ids": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0746" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "products": [ "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:04682c5e2b75cebaf5bd57c9f2c9375361869aa3b7e2e8795a548b7f872327db_amd64", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:663c2136462c821cafff78ebe1fd993308834358b1241eb7a8c1c440e3057935_ppc64le", "8Base-RHCEPH-5.3-Tools:rhceph/rhceph-haproxy-rhel8@sha256:88f02f1bba0d7698a1848ad011c418bdaaa97b9095f5d5d5b7fdda48869c87a2_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "haproxy: request smuggling attack in HTTP/1 header parsing" } ] }
rhsa-2023_6473
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6473", "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6473.json" } ], "title": "Red Hat Security Advisory: buildah security update", "tracking": { "current_release_date": "2024-11-06T04:09:10+00:00", "generator": { "date": "2024-11-06T04:09:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6473", "initial_release_date": "2023-11-07T08:39:45+00:00", "revision_history": [ { "date": "2023-11-07T08:39:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:39:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:09:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.31.3-1.el9.src", "product": { "name": "buildah-1:1.31.3-1.el9.src", "product_id": "buildah-1:1.31.3-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.31.3-1.el9.aarch64", "product": { "name": "buildah-1:1.31.3-1.el9.aarch64", "product_id": "buildah-1:1.31.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.el9.aarch64", "product": { "name": "buildah-tests-1:1.31.3-1.el9.aarch64", "product_id": "buildah-tests-1:1.31.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.31.3-1.el9.aarch64", "product_id": "buildah-debugsource-1:1.31.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64", "product_id": "buildah-debuginfo-1:1.31.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.31.3-1.el9.ppc64le", "product": { "name": "buildah-1:1.31.3-1.el9.ppc64le", "product_id": "buildah-1:1.31.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.el9.ppc64le", "product": { "name": "buildah-tests-1:1.31.3-1.el9.ppc64le", "product_id": "buildah-tests-1:1.31.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le", "product_id": "buildah-debugsource-1:1.31.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.31.3-1.el9.x86_64", "product": { "name": "buildah-1:1.31.3-1.el9.x86_64", "product_id": "buildah-1:1.31.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.el9.x86_64", "product": { "name": "buildah-tests-1:1.31.3-1.el9.x86_64", "product_id": "buildah-tests-1:1.31.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.31.3-1.el9.x86_64", "product_id": "buildah-debugsource-1:1.31.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64", "product_id": "buildah-debuginfo-1:1.31.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.31.3-1.el9.s390x", "product": { "name": "buildah-1:1.31.3-1.el9.s390x", "product_id": "buildah-1:1.31.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.el9.s390x", "product": { "name": "buildah-tests-1:1.31.3-1.el9.s390x", "product_id": "buildah-tests-1:1.31.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.el9.s390x", "product": { "name": "buildah-debugsource-1:1.31.3-1.el9.s390x", "product_id": "buildah-debugsource-1:1.31.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.31.3-1.el9.s390x", "product_id": "buildah-debuginfo-1:1.31.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64" }, "product_reference": "buildah-1:1.31.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le" }, "product_reference": "buildah-1:1.31.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x" }, "product_reference": "buildah-1:1.31.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src" }, "product_reference": "buildah-1:1.31.3-1.el9.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64" }, "product_reference": "buildah-1:1.31.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.31.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.31.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.31.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.31.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64" }, "product_reference": "buildah-tests-1:1.31.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.31.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x" }, "product_reference": "buildah-tests-1:1.31.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64" }, "product_reference": "buildah-tests-1:1.31.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-25173", "cwe": { "id": "CWE-842", "name": "Placement of User into Incorrect Group" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174485" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: Supplementary groups are not set up properly", "title": "Vulnerability summary" }, { "category": "other", "text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25173" }, { "category": "external", "summary": "RHBZ#2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173" }, { "category": "external", "summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a", "url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.5.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.6.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: Supplementary groups are not set up properly" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:39:45+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.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6473" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src", "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x", "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_3450
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "OpenShift Serverless 1.29.0 has been released. The References section contains CVE links providing detailed severity ratings for each vulnerability. Ratings are based on a Common Vulnerability Scoring System (CVSS) base score.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Serverless Client kn 1.29.0 provides a CLI to interact with Red Hat OpenShift Serverless 1.29.0. The kn CLI is delivered as an RPM package for installation on RHEL platforms, and as binaries for non-Linux platforms.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information refer to the CVE pages linked 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:3450", "url": "https://access.redhat.com/errata/RHSA-2023:3450" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index" }, { "category": "external", "summary": "2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2185511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185511" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3450.json" } ], "title": "Red Hat Security Advisory: OpenShift Serverless Client kn 1.29.0 release", "tracking": { "current_release_date": "2024-11-06T03:07:55+00:00", "generator": { "date": "2024-11-06T03:07:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3450", "initial_release_date": "2023-06-05T16:47:21+00:00", "revision_history": [ { "date": "2023-06-05T16:47:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T16:47:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:07:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Serverless 1.0", "product": { "name": "Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:serverless:1.0::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Serverless" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.8.1-3.el8.src", "product": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.src", "product_id": "openshift-serverless-clients-0:1.8.1-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64", "product": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64", "product_id": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "product": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "product_id": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x", "product": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x", "product_id": "openshift-serverless-clients-0:1.8.1-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le" }, "product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x" }, "product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.s390x", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.src as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src" }, "product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.src", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64 as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" }, "product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64", "relates_to_product_reference": "8Base-Openshift-Serverless-1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "cve": "CVE-2023-25173", "cwe": { "id": "CWE-842", "name": "Placement of User into Incorrect Group" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174485" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: Supplementary groups are not set up properly", "title": "Vulnerability summary" }, { "category": "other", "text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25173" }, { "category": "external", "summary": "RHBZ#2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173" }, { "category": "external", "summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a", "url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.5.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.6.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T16:47:21+00:00", "details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.", "product_ids": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3450" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: Supplementary groups are not set up properly" } ] }
rhsa-2023_3918
Vulnerability from csaf_redhat
Notes
{ "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": "OpenShift API for Data Protection (OADP) 1.1.5 is now available.\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": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, 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:3918", "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3918.json" } ], "title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.1.5 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T03:15:43+00:00", "generator": { "date": "2024-11-06T03:15:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3918", "initial_release_date": "2023-06-29T00:59:02+00:00", "revision_history": [ { "date": "2023-06-29T00:59:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-29T00:59:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:15:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "8Base-OADP-1.1", "product": { "name": "8Base-OADP-1.1", "product_id": "8Base-OADP-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_api_data_protection:1.1::el8" } } } ], "category": "product_family", "name": "OpenShift API for Data Protection" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "product_id": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "product": { "name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "product_id": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "product": { "name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "product_id": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "product": { "name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "product_id": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "product_id": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "product": { "name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "product_id": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "product": { "name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "product_id": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "product": { "name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "product_id": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "product_id": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "product": { "name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "product_id": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "product": { "name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "product_id": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "product": { "name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "product_id": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64" }, "product_reference": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le" }, "product_reference": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x" }, "product_reference": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T00:59:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3445
Vulnerability from csaf_redhat
Notes
{ "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 etcd is now available for Red Hat OpenStack Platform 16.2\n(Train).\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* Information discosure via debug function (CVE-2021-28235)\n\n* html/template: improper handling of JavaScript whitespace\n(CVE-2023-24540)\n\n* golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n(CVE-2022-41723)\n\n* crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* net/http mime/multipart: denial of service from excessive resource\nconsumption (CVE-2022-41725)\n\n* net/http net/textproto: denial of service from excessive memory\nallocation (CVE-2023-24534)\n\n* net/http net/textproto mime/multipart: denial of service from excessive\nresource consumption (CVE-2023-24536)\n\n* go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* html/template: backticks not treated as string delimiters\n(CVE-2023-24538)\n\n* html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* html/template: improper handling of empty HTML attributes\n(CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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:3445", "url": "https://access.redhat.com/errata/RHSA-2023:3445" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184441", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3445.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (etcd) security update", "tracking": { "current_release_date": "2024-11-06T03:08:03+00:00", "generator": { "date": "2024-11-06T03:08:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3445", "initial_release_date": "2023-06-05T18:55:04+00:00", "revision_history": [ { "date": "2023-06-05T18:55:04+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-05T18:55:04+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:08:03+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "etcd-0:3.3.23-14.el8ost.src", "product": { "name": "etcd-0:3.3.23-14.el8ost.src", "product_id": "etcd-0:3.3.23-14.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "etcd-0:3.3.23-14.el8ost.x86_64", "product": { "name": "etcd-0:3.3.23-14.el8ost.x86_64", "product_id": "etcd-0:3.3.23-14.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64", "product": { "name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64", "product_id": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "product": { "name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "etcd-0:3.3.23-14.el8ost.ppc64le", "product": { "name": "etcd-0:3.3.23-14.el8ost.ppc64le", "product_id": "etcd-0:3.3.23-14.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "product": { "name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "product_id": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "product": { "name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "etcd-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le" }, "product_reference": "etcd-0:3.3.23-14.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-0:3.3.23-14.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src" }, "product_reference": "etcd-0:3.3.23-14.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64" }, "product_reference": "etcd-0:3.3.23-14.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le" }, "product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64" }, "product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le" }, "product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" }, "product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-28235", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184441" } ], "notes": [ { "category": "description", "text": "A flaw was found in etcd, where etc-io could allow a remote attacker to gain elevated privileges on the system caused by a vulnerability in the debug function. By sending a specially crafted request, an attacker can gain elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "etcd: Information discosure via debug function", "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": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-28235" }, { "category": "external", "summary": "RHBZ#2184441", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-28235", "url": "https://www.cve.org/CVERecord?id=CVE-2021-28235" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "etcd: Information discosure via debug function" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-05T18:55:04+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3445" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src", "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le", "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_4003
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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:4003", "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect", "url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect" }, { "category": "external", "summary": "2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4003.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update", "tracking": { "current_release_date": "2024-11-06T03:17:44+00:00", "generator": { "date": "2024-11-06T03:17:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4003", "initial_release_date": "2023-07-10T09:56:57+00:00", "revision_history": [ { "date": "2023-07-10T09:56:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-07-10T09:56:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:17:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Service Interconnect", "product": { "name": "Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1::el8" } } }, { "category": "product_name", "name": "Red Hat Service Interconnect 1", "product": { "name": "Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1::el9" } } } ], "category": "product_family", "name": "Red Hat Service Interconnect" }, { "branches": [ { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el8ai.src", "product": { "name": "libwebsockets-0:4.3.1-1.el8ai.src", "product_id": "libwebsockets-0:4.3.1-1.el8ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=src" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el8.src", "product": { "name": "skupper-router-0:2.4.1-2.el8.src", "product_id": "skupper-router-0:2.4.1-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=src" } } }, { "category": "product_version", "name": "qpid-proton-0:0.37.0-2.el8ai.src", "product": { "name": "qpid-proton-0:0.37.0-2.el8ai.src", "product_id": "qpid-proton-0:0.37.0-2.el8ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el8ai?arch=src" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el8.src", "product": { "name": "skupper-cli-0:1.4.1-2.el8.src", "product_id": "skupper-cli-0:1.4.1-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=src" } } }, { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el9ai.src", "product": { "name": "libwebsockets-0:4.3.1-1.el9ai.src", "product_id": "libwebsockets-0:4.3.1-1.el9ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=src" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el9.src", "product": { "name": "skupper-router-0:2.4.1-2.el9.src", "product_id": "skupper-router-0:2.4.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "qpid-proton-0:0.37.0-2.el9ai.src", "product": { "name": "qpid-proton-0:0.37.0-2.el9ai.src", "product_id": "qpid-proton-0:0.37.0-2.el9ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el9ai?arch=src" } } }, { "category": "product_version", "name": "jsoncpp-0:1.9.4-3.el9.src", "product": { "name": "jsoncpp-0:1.9.4-3.el9.src", "product_id": "jsoncpp-0:1.9.4-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=src" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el9.src", "product": { "name": "skupper-cli-0:1.4.1-2.el9.src", "product_id": "skupper-cli-0:1.4.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product": { "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product_id": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el8.x86_64", "product": { "name": "skupper-cli-0:1.4.1-2.el8.x86_64", "product_id": "skupper-cli-0:1.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product": { "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product_id": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-devel@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-devel@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-debugsource@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-debuginfo@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el9.x86_64", "product": { "name": "skupper-cli-0:1.4.1-2.el9.x86_64", "product_id": "skupper-cli-0:1.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "skupper-router-common-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-common-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-common-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-common-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-common-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-common-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el8ai.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src" }, "product_reference": "libwebsockets-0:4.3.1-1.el8ai.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-0:0.37.0-2.el8ai.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src" }, "product_reference": "qpid-proton-0:0.37.0-2.el8ai.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el8.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src" }, "product_reference": "skupper-cli-0:1.4.1-2.el8.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64" }, "product_reference": "skupper-cli-0:1.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el8.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src" }, "product_reference": "skupper-router-0:2.4.1-2.el8.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-common-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-common-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-docs-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-docs-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-tools-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-tools-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-0:1.9.4-3.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src" }, "product_reference": "jsoncpp-0:1.9.4-3.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el9ai.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src" }, "product_reference": "libwebsockets-0:4.3.1-1.el9ai.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-0:0.37.0-2.el9ai.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src" }, "product_reference": "qpid-proton-0:0.37.0-2.el9ai.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src" }, "product_reference": "skupper-cli-0:1.4.1-2.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" }, "product_reference": "skupper-cli-0:1.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src" }, "product_reference": "skupper-router-0:2.4.1-2.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-common-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-common-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-docs-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-docs-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-tools-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-tools-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-28327", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2022-04-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2077689" } ], "notes": [ { "category": "description", "text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/elliptic: panic caused by oversized scalar", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28327" }, { "category": "external", "summary": "RHBZ#2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8", "url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8" } ], "release_date": "2022-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/elliptic: panic caused by oversized scalar" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56: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": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_6939
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* runc: Rootless runc makes `/sys/fs/cgroup` writable (CVE-2023-25809)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration (CVE-2023-28642)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6939", "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2066138", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066138" }, { "category": "external", "summary": "2144541", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144541" }, { "category": "external", "summary": "2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "2165744", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165744" }, { "category": "external", "summary": "2166195", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166195" }, { "category": "external", "summary": "2173082", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173082" }, { "category": "external", "summary": "2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "2175794", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175794" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2179449", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179449" }, { "category": "external", "summary": "2179465", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179465" }, { "category": "external", "summary": "2180104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180104" }, { "category": "external", "summary": "2180118", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180118" }, { "category": "external", "summary": "2181521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181521" }, { "category": "external", "summary": "2182052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182052" }, { "category": "external", "summary": "2182883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883" }, { "category": "external", "summary": "2182884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884" }, { "category": "external", "summary": "2182894", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182894" }, { "category": "external", "summary": "2183041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183041" }, { "category": "external", "summary": "2183596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183596" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2188524", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188524" }, { "category": "external", "summary": "2189578", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189578" }, { "category": "external", "summary": "2192977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192977" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2216700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216700" }, { "category": "external", "summary": "2218315", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218315" }, { "category": "external", "summary": "2220931", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220931" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "2229746", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229746" }, { "category": "external", "summary": "2232127", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232127" }, { "category": "external", "summary": "2233218", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233218" }, { "category": "external", "summary": "RHEL-3126", "url": "https://issues.redhat.com/browse/RHEL-3126" }, { "category": "external", "summary": "RHEL-3149", "url": "https://issues.redhat.com/browse/RHEL-3149" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6939.json" } ], "title": "Red Hat Security Advisory: container-tools:rhel8 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T17:03:21+00:00", "generator": { "date": "2024-11-06T17:03:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6939", "initial_release_date": "2023-11-14T16:03:32+00:00", "revision_history": [ { "date": "2023-11-14T16:03:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T16:03:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T17:03:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "container-tools:rhel8:8090020230825121312:e7857ab1", "product": { "name": "container-tools:rhel8:8090020230825121312:e7857ab1", "product_id": "container-tools:rhel8:8090020230825121312:e7857ab1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/container-tools@rhel8:8090020230825121312:e7857ab1" } } }, { "category": "product_version", "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "product": { "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "product": { "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "product": { "name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "product_id": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "product": { "name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "product_id": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=noarch" } } }, { "category": "product_version", "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "product": { "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "product": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "product": { "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src" } } }, { "category": "product_version", "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "product": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "product": { "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "product": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "product": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "product": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "product": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src" } } }, { "category": "product_version", "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "product": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "product": { "name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "product_id": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=src" } } }, { "category": "product_version", "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "product": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "product": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "product": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=src" } } }, { "category": "product_version", "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src", "product": { "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src", "product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64" } } }, { "category": "product_version", "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64" } } }, { "category": "product_version", "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "product": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x" } } }, { "category": "product_version", "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x" } } }, { "category": "product_version", "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le" } } }, { "category": "product_version", "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64" } } }, { "category": "product_version", "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64" } } }, { "category": "product_version", "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, "product_reference": "container-tools:rhel8:8090020230825121312:e7857ab1", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src" }, "product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src" }, "product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch" }, "product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src" }, "product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src" }, "product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch" }, "product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src" }, "product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src" }, "product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src" }, "product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64" }, "product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le" }, "product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x" }, "product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src" }, "product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64" }, "product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src" }, "product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch" }, "product_reference": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src" }, "product_reference": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch" }, "product_reference": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64" }, "product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le" }, "product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x" }, "product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src" }, "product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64" }, "product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64" }, "product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le" }, "product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x" }, "product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64" }, "product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64" }, "product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le" }, "product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x" }, "product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64" }, "product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src" }, "product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64" }, "product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le" }, "product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x" }, "product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64" }, "product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src" }, "product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch" }, "product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" }, "product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-3064", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2163037" } ], "notes": [ { "category": "description", "text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3064" }, { "category": "external", "summary": "RHBZ#2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r", "url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5", "url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4", "url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-0956", "url": "https://pkg.go.dev/vuln/GO-2022-0956" } ], "release_date": "2022-08-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-3978", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228689" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Cross site scripting", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3978" }, { "category": "external", "summary": "RHBZ#2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978" }, { "category": "external", "summary": "https://go.dev/cl/514896", "url": "https://go.dev/cl/514896" }, { "category": "external", "summary": "https://go.dev/issue/61615", "url": "https://go.dev/issue/61615" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1988", "url": "https://pkg.go.dev/vuln/GO-2023-1988" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/html: Cross site scripting" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-25173", "cwe": { "id": "CWE-842", "name": "Placement of User into Incorrect Group" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174485" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: Supplementary groups are not set up properly", "title": "Vulnerability summary" }, { "category": "other", "text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25173" }, { "category": "external", "summary": "RHBZ#2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173" }, { "category": "external", "summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a", "url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.5.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.6.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: Supplementary groups are not set up properly" }, { "cve": "CVE-2023-25809", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-03-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182884" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: Rootless runc makes `/sys/fs/cgroup` writable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25809" }, { "category": "external", "summary": "RHBZ#2182884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17", "url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc", "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc" } ], "release_date": "2023-03-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: Rootless runc makes `/sys/fs/cgroup` writable" }, { "cve": "CVE-2023-27561", "cwe": { "id": "CWE-41", "name": "Improper Resolution of Path Equivalence" }, "discovery_date": "2023-03-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2175721" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: volume mount race condition (regression of CVE-2019-19921)", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27561" }, { "category": "external", "summary": "RHBZ#2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27561" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561" }, { "category": "external", "summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9", "url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334", "url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/3751", "url": "https://github.com/opencontainers/runc/issues/3751" } ], "release_date": "2023-02-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: volume mount race condition (regression of CVE-2019-19921)" }, { "cve": "CVE-2023-28642", "cwe": { "id": "CWE-305", "name": "Authentication Bypass by Primary Weakness" }, "discovery_date": "2023-03-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182883" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration", "title": "Vulnerability summary" }, { "category": "other", "text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-28642" }, { "category": "external", "summary": "RHBZ#2182883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28642" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c", "url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c" } ], "release_date": "2023-03-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Avoid using an untrusted container image.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:03:32+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.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6939" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch", "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_3367
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.13.2 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.13.2. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3366\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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:3367", "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "url": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "OCPBUGS-10493", "url": "https://issues.redhat.com/browse/OCPBUGS-10493" }, { "category": "external", "summary": "OCPBUGS-12864", "url": "https://issues.redhat.com/browse/OCPBUGS-12864" }, { "category": "external", "summary": "OCPBUGS-13334", "url": "https://issues.redhat.com/browse/OCPBUGS-13334" }, { "category": "external", "summary": "OCPBUGS-13927", "url": "https://issues.redhat.com/browse/OCPBUGS-13927" }, { "category": "external", "summary": "OCPBUGS-13974", "url": "https://issues.redhat.com/browse/OCPBUGS-13974" }, { "category": "external", "summary": "OCPBUGS-14027", "url": "https://issues.redhat.com/browse/OCPBUGS-14027" }, { "category": "external", "summary": "OCPBUGS-14048", "url": "https://issues.redhat.com/browse/OCPBUGS-14048" }, { "category": "external", "summary": "OCPBUGS-14091", "url": "https://issues.redhat.com/browse/OCPBUGS-14091" }, { "category": "external", "summary": "OCPBUGS-14108", "url": "https://issues.redhat.com/browse/OCPBUGS-14108" }, { "category": "external", "summary": "OCPBUGS-14127", "url": "https://issues.redhat.com/browse/OCPBUGS-14127" }, { "category": "external", "summary": "OCPBUGS-14180", "url": "https://issues.redhat.com/browse/OCPBUGS-14180" }, { "category": "external", "summary": "OCPBUGS-646", "url": "https://issues.redhat.com/browse/OCPBUGS-646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3367.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 bug fix and security update", "tracking": { "current_release_date": "2024-11-06T03:07:08+00:00", "generator": { "date": "2024-11-06T03:07:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3367", "initial_release_date": "2023-06-07T01:50:35+00:00", "revision_history": [ { "date": "2023-06-07T01:50:35+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-07T01:50:35+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:07:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "product": { "name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "product_id": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product_id": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "product_id": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "product": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "product_id": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "product_id": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.13.0-202305262054.p0.g74d3207.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "product_id": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "product": { "name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "product_id": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "product": { "name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "product_id": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "product_id": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "product": { "name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "product_id": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "product": { "name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "product_id": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "product": { "name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "product_id": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "product_id": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "product": { "name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "product_id": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "product_id": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gb5200ba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g68c0ecf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "product": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g0f4b92a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "product": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4c0f96a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product_id": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "product": { "name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "product_id": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "product_id": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "product": { "name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "product_id": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "product_id": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "product": { "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g4d1c58e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "product": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbe43191.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "product": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.ge9a6538.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "product": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g24e08dd.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "product": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.13.0-202305262054.p0.ge10dc55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "product_id": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "product_id": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "product_id": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "product_id": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "product": { "name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "product_id": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product_id": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "product_id": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "product_id": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "product": { "name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "product_id": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "product": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "product_id": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "product": { "name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "product_id": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "product_id": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "product_id": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "product": { "name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "product_id": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "product": { "name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "product_id": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "product": { "name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "product_id": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "product": { "name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "product_id": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "product": { "name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "product_id": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "product": { "name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "product_id": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "product": { "name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "product_id": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "product": { "name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "product_id": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "product": { "name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "product_id": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "product": { "name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "product_id": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "product": { "name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "product_id": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "product": { "name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "product_id": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "product_id": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "product_id": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product_id": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "product_id": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "product": { "name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "product_id": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "product_id": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "product_id": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "product_id": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "product": { "name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "product_id": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "product": { "name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "product_id": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "product_id": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "product_id": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "product_id": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "product_id": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "product_id": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "product_id": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "product": { "name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "product_id": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "product_id": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "product_id": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "product": { "name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "product_id": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "product": { "name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "product_id": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product_id": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "product_id": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "product": { "name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "product_id": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "product": { "name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "product_id": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "product": { "name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "product_id": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "product_id": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "product_id": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "product_id": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "product": { "name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "product_id": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "product": { "name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "product_id": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "product_id": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "product": { "name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "product_id": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "product": { "name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "product_id": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "product": { "name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "product_id": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "product_id": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "product": { "name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "product_id": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "product_id": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "product_id": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "product_id": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "product_id": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "product_id": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product_id": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "product_id": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "product_id": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "product_id": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "product": { "name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "product_id": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "product_id": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "product": { "name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "product_id": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "product_id": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "product": { "name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "product_id": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "product_id": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "product_id": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "product": { "name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "product_id": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "product_id": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "product_id": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "product_id": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "product": { "name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "product_id": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "product": { "name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "product_id": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product_id": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product_id": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product_id": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "product": { "name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "product_id": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "product": { "name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "product_id": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "product": { "name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "product_id": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "product": { "name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "product_id": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "product_id": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "product": { "name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "product_id": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "product_id": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "product_id": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "product": { "name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "product_id": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "product": { "name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "product_id": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "product": { "name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "product_id": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "product": { "name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "product_id": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "product": { "name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "product_id": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "product": { "name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "product_id": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "product": { "name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "product_id": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "product": { "name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "product_id": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "product": { "name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "product_id": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "product_id": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "product_id": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "product_id": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "product_id": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "product_id": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "product_id": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product_id": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "product_id": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "product_id": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "product": { "name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "product_id": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "product": { "name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "product_id": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "product_id": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "product_id": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "product": { "name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "product_id": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "product_id": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "product_id": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "product": { "name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "product_id": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "product": { "name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "product_id": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "product_id": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "product": { "name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "product_id": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x" }, "product_reference": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le" }, "product_reference": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64" }, "product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64" }, "product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64" }, "product_reference": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x" }, "product_reference": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64" }, "product_reference": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le" }, "product_reference": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x" }, "product_reference": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64" }, "product_reference": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64" }, "product_reference": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x" }, "product_reference": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64" }, "product_reference": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64" }, "product_reference": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le" }, "product_reference": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x" }, "product_reference": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64" }, "product_reference": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64" }, "product_reference": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x" }, "product_reference": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64" }, "product_reference": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le" }, "product_reference": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64" }, "product_reference": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64" }, "product_reference": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le" }, "product_reference": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x" }, "product_reference": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64" }, "product_reference": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x" }, "product_reference": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64" }, "product_reference": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le" }, "product_reference": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x" }, "product_reference": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64" }, "product_reference": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64" }, "product_reference": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64" }, "product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64" }, "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x" }, "product_reference": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64" }, "product_reference": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le" }, "product_reference": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64" }, "product_reference": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64" }, "product_reference": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x" }, "product_reference": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le" }, "product_reference": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le" }, "product_reference": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64" }, "product_reference": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x" }, "product_reference": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64" }, "product_reference": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le" }, "product_reference": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x" }, "product_reference": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x" }, "product_reference": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64" }, "product_reference": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64" }, "product_reference": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64" }, "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64" }, "product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64" }, "product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64" }, "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64" }, "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-07T01:50:35+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64", "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64", "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x", "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le", "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64", "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le", "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64", "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le", "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64", "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64", "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64", "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64", "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64", "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64", "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64", "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64", "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64", "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x", "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x", "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64", "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64", "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64", "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64", "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64", "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64", "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x", "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64", "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64", "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64", "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x", "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64", "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64", "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64", "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64", "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x", "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64", "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64", "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x", "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64", "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64", "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x", "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64", "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64", "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x", "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64", "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64", "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64", "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x", "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64", "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64", "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_4335
Vulnerability from csaf_redhat
Notes
{ "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": "cert-manager Operator for Red Hat OpenShift 1.10.3\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)", "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:4335", "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4335.json" } ], "title": "Red Hat Security Advisory: Security Update for cert-manager Operator for Red Hat OpenShift 1.10.3", "tracking": { "current_release_date": "2024-11-06T03:26:46+00:00", "generator": { "date": "2024-11-06T03:26:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4335", "initial_release_date": "2023-08-08T00:36:17+00:00", "revision_history": [ { "date": "2023-08-08T00:36:17+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-08T00:36:17+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:26:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Cert Manager support for Red Hat OpenShift release", "product": { "name": "Cert Manager support for Red Hat OpenShift release", "product_id": "9Base-CERT-MANAGER-1.10", "product_identification_helper": { "cpe": "cpe:/a:redhat:cert_manager:1.10::el9" } } } ], "category": "product_family", "name": "Cert Manager support for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "product": { "name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "product_id": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-bundle\u0026tag=v1.10.3-4" } } }, { "category": "product_version", "name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "product": { "name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "product_id": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-rhel9\u0026tag=v1.10.3-2" } } }, { "category": "product_version", "name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64", "product": { "name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64", "product_id": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9\u0026tag=v1.10.2-18" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64 as a component of Cert Manager support for Red Hat OpenShift release", "product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64" }, "product_reference": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "relates_to_product_reference": "9Base-CERT-MANAGER-1.10" }, { "category": "default_component_of", "full_product_name": { "name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64 as a component of Cert Manager support for Red Hat OpenShift release", "product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64" }, "product_reference": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "relates_to_product_reference": "9Base-CERT-MANAGER-1.10" }, { "category": "default_component_of", "full_product_name": { "name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64 as a component of Cert Manager support for Red Hat OpenShift release", "product_id": "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" }, "product_reference": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64", "relates_to_product_reference": "9Base-CERT-MANAGER-1.10" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-08T00:36:17+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64", "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3612
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.13.4 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.4. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3614\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace\n(CVE-2023-24540)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2\nrequests (CVE-2022-41717)\n\n* golang: crypto/tls: large handshake records may cause panics\n(CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive\nresource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory\nallocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from\nexcessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters\n(CVE-2023-24538)\n\n* runc: volume mount race condition (regression of CVE 2019-19921)\n(CVE-2023-27561)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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:3612", "url": "https://access.redhat.com/errata/RHSA-2023:3612" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/articles/11258", "url": "https://access.redhat.com/articles/11258" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3612.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.4 packages and security update", "tracking": { "current_release_date": "2024-11-06T03:12:24+00:00", "generator": { "date": "2024-11-06T03:12:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3612", "initial_release_date": "2023-06-23T04:43:23+00:00", "revision_history": [ { "date": "2023-06-23T04:43:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-23T04:43:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:12:24+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "product": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "product": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=src" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.18.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.18.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.18.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.18.1.rt14.303.el9_2?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "product": { "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "product_id": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src", "product": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src", "product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "product": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-2.rhaos4.13.el8.src", "product": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.src", "product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.rhaos4.13.el8.src", "product": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.src", "product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "product": { "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "product_id": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.rhaos4.13.el8.src", "product": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.src", "product_id": "podman-3:4.4.1-4.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-4:1.1.6-4.rhaos4.13.el8.src", "product": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.src", "product_id": "runc-4:1.1.6-4.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=src\u0026epoch=4" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src", "product": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src", "product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=src\u0026epoch=2" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "product": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "product": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "product": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "product": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "product": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "product": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "product": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_id": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "product": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "product": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "product": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "product": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=x86_64\u0026epoch=2" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "product": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "product": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "product": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "product": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "product": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "product": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "product": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_id": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "product": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "product": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "product": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "product": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=aarch64\u0026epoch=2" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_id": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "product": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "product": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "product": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "product": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "product": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "product": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x", "product": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x", "product_id": "runc-4:1.1.6-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "product": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "product": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "product": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "product": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=s390x\u0026epoch=2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.18.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.18.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "product": { "name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "product_id": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.4.1-5.1.rhaos4.13.el9?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "product": { "name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "product_id": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.4.1-4.rhaos4.13.el8?arch=noarch\u0026epoch=3" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64" }, "product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le" }, "product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x" }, "product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src" }, "product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64" }, "product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64" }, "product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le" }, "product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x" }, "product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64" }, "product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64" }, "product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le" }, "product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x" }, "product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64" }, "product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64" }, "product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le" }, "product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x" }, "product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src" }, "product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64" }, "product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64" }, "product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le" }, "product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x" }, "product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64" }, "product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src" }, "product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch" }, "product_reference": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64" }, "product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le" }, "product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x" }, "product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64" }, "product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64" }, "product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le" }, "product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x" }, "product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src" }, "product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64" }, "product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64" }, "product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le" }, "product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x" }, "product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64" }, "product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64" }, "product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le" }, "product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x" }, "product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64" }, "product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64" }, "product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le" }, "product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x" }, "product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src" }, "product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64" }, "product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64" }, "product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le" }, "product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x" }, "product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64" }, "product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src" }, "product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src" }, "product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64" }, "product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.18.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.18.1.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src" }, "product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch" }, "product_reference": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64" }, "product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le" }, "product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x" }, "product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" }, "product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.18.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.18.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.18.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src" }, "product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x" }, "product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-27561", "cwe": { "id": "CWE-41", "name": "Improper Resolution of Path Equivalence" }, "discovery_date": "2023-03-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2175721" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: volume mount race condition (regression of CVE-2019-19921)", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src", "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src", "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27561" }, { "category": "external", "summary": "RHBZ#2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27561" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561" }, { "category": "external", "summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9", "url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334", "url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/3751", "url": "https://github.com/opencontainers/runc/issues/3751" } ], "release_date": "2023-02-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-23T04:43:23+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3612" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src", "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x", "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: volume mount race condition (regression of CVE-2019-19921)" } ] }
rhsa-2023_6938
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the container-tools:4.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* runc: Rootless runc makes `/sys/fs/cgroup` writable (CVE-2023-25809)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration (CVE-2023-28642)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6938", "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "2165743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165743" }, { "category": "external", "summary": "2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2182883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883" }, { "category": "external", "summary": "2182884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "2231464", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231464" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6938.json" } ], "title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T17:04:20+00:00", "generator": { "date": "2024-11-06T17:04:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6938", "initial_release_date": "2023-11-14T15:32:31+00:00", "revision_history": [ { "date": "2023-11-14T15:32:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T15:32:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T17:04:20+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "container-tools:4.0:8090020230828093056:e7857ab1", "product": { "name": "container-tools:4.0:8090020230828093056:e7857ab1", "product_id": "container-tools:4.0:8090020230828093056:e7857ab1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020230828093056:e7857ab1" } } }, { "category": "product_version", "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "product": { "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "product": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "product": { "name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "product_id": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "product": { "name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch" } } }, { "category": "product_version", "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "product": { "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "product": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "product": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "product": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "product": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=src" } } }, { "category": "product_version", "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src", "product": { "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src", "product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, "product_reference": "container-tools:4.0:8090020230828093056:e7857ab1", "relates_to_product_reference": "AppStream-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch" }, "product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch" }, "product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src" }, "product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src" }, "product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch" }, "product_reference": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64" }, "product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le" }, "product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x" }, "product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64" }, "product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch" }, "product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src" }, "product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64" }, "product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le" }, "product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x" }, "product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64" }, "product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch" }, "product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" }, "product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src", "relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-3064", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2163037" } ], "notes": [ { "category": "description", "text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3064" }, { "category": "external", "summary": "RHBZ#2163037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r", "url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5", "url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4", "url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-0956", "url": "https://pkg.go.dev/vuln/GO-2022-0956" } ], "release_date": "2022-08-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-3978", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228689" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Cross site scripting", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3978" }, { "category": "external", "summary": "RHBZ#2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978" }, { "category": "external", "summary": "https://go.dev/cl/514896", "url": "https://go.dev/cl/514896" }, { "category": "external", "summary": "https://go.dev/issue/61615", "url": "https://go.dev/issue/61615" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1988", "url": "https://pkg.go.dev/vuln/GO-2023-1988" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/html: Cross site scripting" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-25809", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-03-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182884" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: Rootless runc makes `/sys/fs/cgroup` writable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25809" }, { "category": "external", "summary": "RHBZ#2182884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17", "url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc", "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc" } ], "release_date": "2023-03-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: Rootless runc makes `/sys/fs/cgroup` writable" }, { "cve": "CVE-2023-27561", "cwe": { "id": "CWE-41", "name": "Improper Resolution of Path Equivalence" }, "discovery_date": "2023-03-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2175721" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: volume mount race condition (regression of CVE-2019-19921)", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27561" }, { "category": "external", "summary": "RHBZ#2175721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27561" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561" }, { "category": "external", "summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9", "url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334", "url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334" }, { "category": "external", "summary": "https://github.com/opencontainers/runc/issues/3751", "url": "https://github.com/opencontainers/runc/issues/3751" } ], "release_date": "2023-02-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: volume mount race condition (regression of CVE-2019-19921)" }, { "cve": "CVE-2023-28642", "cwe": { "id": "CWE-305", "name": "Authentication Bypass by Primary Weakness" }, "discovery_date": "2023-03-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182883" } ], "notes": [ { "category": "description", "text": "A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration", "title": "Vulnerability summary" }, { "category": "other", "text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-28642" }, { "category": "external", "summary": "RHBZ#2182883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28642" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c", "url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c" } ], "release_date": "2023-03-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Avoid using an untrusted container image.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T15:32:31+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.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6938" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch", "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_3540
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at the edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.13.3. Read the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nRed Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll of the bug fixes may not be documented in this advisory. Read the\nfollowing release notes documentation for details about these changes:\n\nhttps://access.redhat.com/documentation/en-us/microshift/4.13/html/release_notes/index\n\nAll Red Hat build of MicroShift 4.13 users are advised to use these updated packages and images when they are available in the RPM repository.", "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:3540", "url": "https://access.redhat.com/errata/RHSA-2023:3540" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "OCPBUGS-13548", "url": "https://issues.redhat.com/browse/OCPBUGS-13548" }, { "category": "external", "summary": "OCPBUGS-14276", "url": "https://issues.redhat.com/browse/OCPBUGS-14276" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3540.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 bug fix and security update", "tracking": { "current_release_date": "2024-11-06T03:08:54+00:00", "generator": { "date": "2024-11-06T03:08:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3540", "initial_release_date": "2023-06-13T15:35:11+00:00", "revision_history": [ { "date": "2023-06-13T15:35:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-13T15:35:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:08:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "product": { "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product": { "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product": { "name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product_id": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/microshift-networking@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product": { "name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product_id": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/microshift-release-info@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch" } } }, { "category": "product_version", "name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product": { "name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product_id": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/microshift-selinux@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src" }, "product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64" }, "product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64" }, "product_reference": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" }, "product_reference": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" }, "product_reference": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:35:11+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3540" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src", "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64", "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch", "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3536
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.3. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nSecurity Fix(es):\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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:3536", "url": "https://access.redhat.com/errata/RHSA-2023:3536" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "url": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html" }, { "category": "external", "summary": "2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3536.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 packages and security update", "tracking": { "current_release_date": "2024-11-06T03:08:44+00:00", "generator": { "date": "2024-11-06T03:08:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3536", "initial_release_date": "2023-06-13T15:19:13+00:00", "revision_history": [ { "date": "2023-06-13T15:19:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-13T15:19:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:08:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "python-flask-2:2.0.1-4.el9.2.src", "product": { "name": "python-flask-2:2.0.1-4.el9.2.src", "product_id": "python-flask-2:2.0.1-4.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask@2.0.1-4.el9.2?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "product": { "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "product": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "NetworkManager-1:1.42.2-2.el9_2.src", "product": { "name": "NetworkManager-1:1.42.2-2.el9_2.src", "product_id": "NetworkManager-1:1.42.2-2.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "product": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "product": { "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "product": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-flask-doc-2:2.0.1-4.el9.2.noarch", "product": { "name": "python-flask-doc-2:2.0.1-4.el9.2.noarch", "product_id": "python-flask-doc-2:2.0.1-4.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-4.el9.2?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-flask-2:2.0.1-4.el9.2.noarch", "product": { "name": "python3-flask-2:2.0.1-4.el9.2.noarch", "product_id": "python3-flask-2:2.0.1-4.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flask@2.0.1-4.el9.2?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "product": { "name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "product_id": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.42.2-2.el9_2?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "product": { "name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "product_id": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-server@1.42.2-2.el9_2?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "product": { "name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "product_id": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.42.2-2.el9_2?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "product": { "name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "product_id": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-initscripts-updown@1.42.2-2.el9_2?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product": { "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "NetworkManager-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "NetworkManager-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "NetworkManager-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-team-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64" }, "product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src" }, "product_reference": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.42.2-2.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src" }, "product_reference": "NetworkManager-1:1.42.2-2.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch" }, "product_reference": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch" }, "product_reference": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch" }, "product_reference": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch" }, "product_reference": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src" }, "product_reference": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64" }, "product_reference": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le" }, "product_reference": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x" }, "product_reference": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64" }, "product_reference": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" }, "product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch" }, "product_reference": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src" }, "product_reference": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch" }, "product_reference": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-2:2.0.1-4.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src" }, "product_reference": "python-flask-2:2.0.1-4.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-doc-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch" }, "product_reference": "python-flask-doc-2:2.0.1-4.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flask-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" }, "product_reference": "python3-flask-2:2.0.1-4.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:19:13+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:19:13+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:19:13+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:19:13+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3536" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "cve": "CVE-2023-30861", "cwe": { "id": "CWE-488", "name": "Exposure of Data Element to Wrong Session" }, "discovery_date": "2023-05-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196643" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached", "title": "Vulnerability description" }, { "category": "summary", "text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header", "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": [ "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64", "8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x", "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src", "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x", "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src", "9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64", "9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src", "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x", "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30861" }, { "category": "external", "summary": "RHBZ#2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30861" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861" }, { "category": "external", "summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b", "url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b" }, { "category": "external", "summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq", "url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq" } ], "release_date": "2023-05-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-13T15:19:13+00:00", "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch", "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header" } ] }
rhsa-2023_3319
Vulnerability from csaf_redhat
Notes
{ "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 the go-toolset:rhel8 module 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3319", "url": "https://access.redhat.com/errata/RHSA-2023:3319" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3319.json" } ], "title": "Red Hat Security Advisory: go-toolset:rhel8 security update", "tracking": { "current_release_date": "2024-11-06T03:04:53+00:00", "generator": { "date": "2024-11-06T03:04:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3319", "initial_release_date": "2023-05-25T08:10:11+00:00", "revision_history": [ { "date": "2023-05-25T08:10:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-25T08:10:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:04: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. 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_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "go-toolset:rhel8:8080020230517172404:6b4b45d8", "product": { "name": "go-toolset:rhel8:8080020230517172404:6b4b45d8", "product_id": "go-toolset:rhel8:8080020230517172404:6b4b45d8", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/go-toolset@rhel8:8080020230517172404:6b4b45d8" } } }, { "category": "product_version", "name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product": { "name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_id": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product": { "name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_id": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product": { "name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_id": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch" } } }, { "category": "product_version", "name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product": { "name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_id": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64" } } }, { "category": "product_version", "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src" } } }, { "category": "product_version", "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src" } } }, { "category": "product_version", "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "product": { "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x" } } }, { "category": "product_version", "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product": { "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64" } } }, { "category": "product_version", "name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product": { "name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_id": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve-debuginfo@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64" } } }, { "category": "product_version", "name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product": { "name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_id": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve-debugsource@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64" } } }, { "category": "product_version", "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64" } } }, { "category": "product_version", "name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product": { "name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_id": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-race@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, "product_reference": "go-toolset:rhel8:8080020230517172404:6b4b45d8", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src" }, "product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64" }, "product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64" }, "product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64" }, "product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64" }, "product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le" }, "product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x" }, "product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src" }, "product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64" }, "product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64" }, "product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le" }, "product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x" }, "product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src" }, "product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64" }, "product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64" }, "product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le" }, "product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x" }, "product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64" }, "product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" }, "product_reference": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" }, "product_reference": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64" }, "product_reference": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" }, "product_reference": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" }, "product_reference": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24532", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2023-07-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2223355" } ], "notes": [ { "category": "description", "text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results", "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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24532" }, { "category": "external", "summary": "RHBZ#2223355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24532" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532" }, { "category": "external", "summary": "https://go.dev/cl/471255", "url": "https://go.dev/cl/471255" }, { "category": "external", "summary": "https://go.dev/issue/58647", "url": "https://go.dev/issue/58647" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY", "url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1621", "url": "https://pkg.go.dev/vuln/GO-2023-1621" } ], "release_date": "2023-03-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T08:10:11+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:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3319" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch", "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3943
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes new features and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The release of ACS 4.1 provides these changes:\n\nSecurity Fix(es):\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nNew features:\n\n* Manual renewal of Central and Sensor certificates\n\n* Vulnerability Management 2.0 (Technology Preview)\n\n* RHACS Cloud Service scanning support for images pulled from on-premise registries\n\n* eBPF collection method on IBM Z and IBM\u00ae LinuxONE\n\n* Ability to configure the display of default compliance standards in the Compliance Dashboard\n\n* Declarative configurations for authentication and authorization\n\n* SSO configuration using the roxctl CLI\n\n* New collection method based on BPF CO-RE (Technology Preview)\n\n* Network graph updates\n\n* Policy Management simplification\n\n* New permission sets\n\n* Improvements for Sensor resync (General Availability)\n\nFor notable technical changes, deprecated and removed features, bug fixes, and known issues, refer to the Release Notes.", "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:3943", "url": "https://access.redhat.com/errata/RHSA-2023:3943" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html", "url": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html" }, { "category": "external", "summary": "2064702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "ROX-18018", "url": "https://issues.redhat.com/browse/ROX-18018" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3943.json" } ], "title": "Red Hat Security Advisory: ACS 4.1 enhancement and security update", "tracking": { "current_release_date": "2024-11-06T03:16:01+00:00", "generator": { "date": "2024-11-06T03:16:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3943", "initial_release_date": "2023-06-29T14:32:26+00:00", "revision_history": [ { "date": "2023-06-29T14:32:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-29T14:32:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:16:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHACS 4.1 for RHEL 8", "product": { "name": "RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:advanced_cluster_security:4.1::el8" } } } ], "category": "product_family", "name": "Red Hat Advanced Cluster Security for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "relates_to_product_reference": "8Base-RHACS-4.1" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64 as a component of RHACS 4.1 for RHEL 8", "product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64", "relates_to_product_reference": "8Base-RHACS-4.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-27191", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2022-03-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2064702" } ], "notes": [ { "category": "description", "text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crash in a golang.org/x/crypto/ssh server", "title": "Vulnerability summary" }, { "category": "other", "text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27191" }, { "category": "external", "summary": "RHBZ#2064702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27191" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ" } ], "release_date": "2022-03-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crash in a golang.org/x/crypto/ssh server" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-29T14:32: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": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3943" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64", "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" } ] }
rhsa-2023_4986
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated Red Hat OpenShift Distributed Tracing 2.9 container images are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The Red Hat OpenShift Distributed Tracing 2.9 container images have been released.\n\nUsers of Red Hat OpenShift Distributed Tracing 2.8 container images are advised to upgrade to these updated images, which contain backported patches to correct security issues, fix bugs, and include further enhancements.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).\n\nSecurity Fix(es):\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\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:4986", "url": "https://access.redhat.com/errata/RHSA-2023:4986" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "TRACING-2968", "url": "https://issues.redhat.com/browse/TRACING-2968" }, { "category": "external", "summary": "TRACING-3091", "url": "https://issues.redhat.com/browse/TRACING-3091" }, { "category": "external", "summary": "TRACING-3142", "url": "https://issues.redhat.com/browse/TRACING-3142" }, { "category": "external", "summary": "TRACING-3143", "url": "https://issues.redhat.com/browse/TRACING-3143" }, { "category": "external", "summary": "TRACING-3147", "url": "https://issues.redhat.com/browse/TRACING-3147" }, { "category": "external", "summary": "TRACING-3173", "url": "https://issues.redhat.com/browse/TRACING-3173" }, { "category": "external", "summary": "TRACING-3204", "url": "https://issues.redhat.com/browse/TRACING-3204" }, { "category": "external", "summary": "TRACING-3213", "url": "https://issues.redhat.com/browse/TRACING-3213" }, { "category": "external", "summary": "TRACING-3243", "url": "https://issues.redhat.com/browse/TRACING-3243" }, { "category": "external", "summary": "TRACING-3312", "url": "https://issues.redhat.com/browse/TRACING-3312" }, { "category": "external", "summary": "TRACING-3322", "url": "https://issues.redhat.com/browse/TRACING-3322" }, { "category": "external", "summary": "TRACING-3396", "url": "https://issues.redhat.com/browse/TRACING-3396" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4986.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Distributed Tracing 2.9.0 security update", "tracking": { "current_release_date": "2024-11-06T03:37:37+00:00", "generator": { "date": "2024-11-06T03:37:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4986", "initial_release_date": "2023-09-06T07:56:11+00:00", "revision_history": [ { "date": "2023-09-06T07:56:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-09-06T07:56:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:37:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift distributed tracing 2.9", "product": { "name": "Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.9::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift distributed tracing" }, { "branches": [ { "category": "product_version", "name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "product": { "name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "product_id": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "product": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "product": { "name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "product_id": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "product": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "product": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "product": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "product_id": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "product": { "name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "product_id": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9" } } }, { "category": "product_version", "name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "product": { "name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "product_id": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "product": { "name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "product_id": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "product": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "product": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "product_id": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "product": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "product": { "name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "product_id": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "product": { "name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "product_id": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "product": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "product": { "name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "product_id": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "product": { "name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "product_id": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "product": { "name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "product_id": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "product": { "name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "product_id": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "product": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "product": { "name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "product_id": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "product": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "product": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "product": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "product_id": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "product": { "name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "product_id": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9" } } }, { "category": "product_version", "name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "product": { "name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "product_id": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "product": { "name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "product_id": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "product": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "product": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "product_id": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "product": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64", "product": { "name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64", "product_id": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "product": { "name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "product_id": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "product": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "product": { "name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "product_id": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "product": { "name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "product_id": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "product": { "name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "product_id": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "product": { "name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "product_id": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "product": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "product": { "name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "product_id": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "product": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "product": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "product": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "product_id": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "product": { "name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "product_id": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9" } } }, { "category": "product_version", "name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "product": { "name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "product_id": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "product": { "name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "product_id": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "product": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "product": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "product_id": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9" } } }, { "category": "product_version", "name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "product": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "product": { "name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "product_id": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "product": { "name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "product_id": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11" } } }, { "category": "product_version", "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "product": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "product": { "name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "product_id": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3" } } }, { "category": "product_version", "name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "product": { "name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "product_id": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2" } } }, { "category": "product_version", "name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "product": { "name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "product_id": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le" }, "product_reference": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x" }, "product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64" }, "product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le" }, "product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x" }, "product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64" }, "product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le" }, "product_reference": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64" }, "product_reference": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x" }, "product_reference": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le" }, "product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64" }, "product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x" }, "product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x" }, "product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64" }, "product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le" }, "product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x" }, "product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64" }, "product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le" }, "product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64" }, "product_reference": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x" }, "product_reference": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le" }, "product_reference": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64" }, "product_reference": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x" }, "product_reference": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le" }, "product_reference": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64" }, "product_reference": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le" }, "product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x" }, "product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64" }, "product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le" }, "product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x" }, "product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le" }, "product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64" }, "product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x" }, "product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x" }, "product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le" }, "product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64" }, "product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64" }, "product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le" }, "product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x" }, "product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64" }, "product_reference": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x" }, "product_reference": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le" }, "product_reference": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64" }, "product_reference": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x" }, "product_reference": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le" }, "product_reference": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64" }, "product_reference": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le" }, "product_reference": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x" }, "product_reference": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le" }, "product_reference": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64" }, "product_reference": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x" }, "product_reference": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x" }, "product_reference": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le" }, "product_reference": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "relates_to_product_reference": "8Base-RHOSDT-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64 as a component of Red Hat OpenShift distributed tracing 2.9", "product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" }, "product_reference": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64", "relates_to_product_reference": "8Base-RHOSDT-2.9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-06T07:56:11+00:00", "details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.", "product_ids": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4986" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-06T07:56:11+00:00", "details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.", "product_ids": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4986" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-06T07:56:11+00:00", "details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.", "product_ids": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4986" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-06T07:56:11+00:00", "details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.", "product_ids": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4986" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x", "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le", "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le", "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le", "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" } ] }
rhsa-2023_6363
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6363", "url": "https://access.redhat.com/errata/RHSA-2023:6363" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6363.json" } ], "title": "Red Hat Security Advisory: skopeo security update", "tracking": { "current_release_date": "2024-11-06T04:07:55+00:00", "generator": { "date": "2024-11-06T04:07:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6363", "initial_release_date": "2023-11-07T08:33:26+00:00", "revision_history": [ { "date": "2023-11-07T08:33:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:33:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:07:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "skopeo-2:1.13.3-1.el9.src", "product": { "name": "skopeo-2:1.13.3-1.el9.src", "product_id": "skopeo-2:1.13.3-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=src\u0026epoch=2" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "skopeo-2:1.13.3-1.el9.aarch64", "product": { "name": "skopeo-2:1.13.3-1.el9.aarch64", "product_id": "skopeo-2:1.13.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.el9.aarch64", "product": { "name": "skopeo-tests-2:1.13.3-1.el9.aarch64", "product_id": "skopeo-tests-2:1.13.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64", "product_id": "skopeo-debugsource-2:1.13.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=aarch64\u0026epoch=2" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "skopeo-2:1.13.3-1.el9.ppc64le", "product": { "name": "skopeo-2:1.13.3-1.el9.ppc64le", "product_id": "skopeo-2:1.13.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.13.3-1.el9.ppc64le", "product_id": "skopeo-tests-2:1.13.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "skopeo-2:1.13.3-1.el9.x86_64", "product": { "name": "skopeo-2:1.13.3-1.el9.x86_64", "product_id": "skopeo-2:1.13.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.el9.x86_64", "product": { "name": "skopeo-tests-2:1.13.3-1.el9.x86_64", "product_id": "skopeo-tests-2:1.13.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64", "product_id": "skopeo-debugsource-2:1.13.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=x86_64\u0026epoch=2" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "skopeo-2:1.13.3-1.el9.s390x", "product": { "name": "skopeo-2:1.13.3-1.el9.s390x", "product_id": "skopeo-2:1.13.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.13.3-1.el9.s390x", "product": { "name": "skopeo-tests-2:1.13.3-1.el9.s390x", "product_id": "skopeo-tests-2:1.13.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.13.3-1.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.13.3-1.el9.s390x", "product_id": "skopeo-debugsource-2:1.13.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x", "product_id": "skopeo-debuginfo-2:1.13.3-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=s390x\u0026epoch=2" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64" }, "product_reference": "skopeo-2:1.13.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le" }, "product_reference": "skopeo-2:1.13.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x" }, "product_reference": "skopeo-2:1.13.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src" }, "product_reference": "skopeo-2:1.13.3-1.el9.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64" }, "product_reference": "skopeo-2:1.13.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.13.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.13.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.13.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.13.3-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.13.3-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x" }, "product_reference": "skopeo-tests-2:1.13.3-1.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.13.3-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:33: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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6363" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src", "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x", "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_3323
Vulnerability from csaf_redhat
Notes
{ "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 go-toolset-1.19 and go-toolset-1.19-golang is now available for Red Hat Developer Tools.\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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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:3323", "url": "https://access.redhat.com/errata/RHSA-2023:3323" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3323.json" } ], "title": "Red Hat Security Advisory: go-toolset-1.19 and go-toolset-1.19-golang security update", "tracking": { "current_release_date": "2024-11-06T03:04:06+00:00", "generator": { "date": "2024-11-06T03:04:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3323", "initial_release_date": "2023-05-25T12:29:39+00:00", "revision_history": [ { "date": "2023-05-25T12:29:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-25T12:29:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:04:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2023::el7" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2023::el7" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "product": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=src" } } }, { "category": "product_version", "name": "go-toolset-1.19-0:1.19.9-1.el7_9.src", "product": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.src", "product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-race@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "product": { "name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "product_id": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.19-golang-docs@1.19.9-1.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch" }, "product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch" }, "product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "known_not_affected": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T12:29:39+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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3323" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "known_not_affected": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T12:29:39+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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3323" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "known_not_affected": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T12:29:39+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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3323" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "known_not_affected": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T12:29:39+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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3323" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "known_not_affected": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-25T12:29:39+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": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3323" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x", "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_3624
Vulnerability from csaf_redhat
Notes
{ "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": "The Migration Toolkit for Containers (MTC) 1.7.10 is now available.\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 Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\nFor more details about the security issue(s), including the impact, a CVSS score, 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:3624", "url": "https://access.redhat.com/errata/RHSA-2023:3624" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2204461", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2204461" }, { "category": "external", "summary": "2210565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210565" }, { "category": "external", "summary": "2212528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212528" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3624.json" } ], "title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.10 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T03:11:53+00:00", "generator": { "date": "2024-11-06T03:11:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3624", "initial_release_date": "2023-06-15T09:48:09+00:00", "revision_history": [ { "date": "2023-06-15T09:48:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-15T09:48:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:11:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "8Base-RHMTC-1.7", "product": { "name": "8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhmt:1.7::el8" } } } ], "category": "product_family", "name": "Red Hat Migration Toolkit" }, { "branches": [ { "category": "product_version", "name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "product": { "name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.10-5" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "product": { "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "product": { "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.10-4" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "product": { "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "product": { "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "product": { "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "product": { "name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.10-4" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "product": { "name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "product_id": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.10-4" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "product": { "name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "product": { "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "product": { "name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "product": { "name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "product": { "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.10-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64", "product": { "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64", "product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.10-2" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64" }, "product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64" }, "product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64" }, "product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64" }, "product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64" }, "product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64" }, "product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64" }, "product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64" }, "product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64" }, "product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64" }, "product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64" }, "product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" }, "product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-15T09:48:09+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-15T09:48:09+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-15T09:48:09+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-15T09:48:09+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3624" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-15T09:48:09+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3624" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" } ] }
rhsa-2023_6402
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6402", "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2212143", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212143" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6402.json" } ], "title": "Red Hat Security Advisory: containernetworking-plugins security and bug fix update", "tracking": { "current_release_date": "2024-11-06T04:08:22+00:00", "generator": { "date": "2024-11-06T04:08:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6402", "initial_release_date": "2023-11-07T09:01:07+00:00", "revision_history": [ { "date": "2023-11-07T09:01:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T09:01:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:08:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.el9.src", "product": { "name": "containernetworking-plugins-1:1.3.0-4.el9.src", "product_id": "containernetworking-plugins-1:1.3.0-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64", "product": { "name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64", "product_id": "containernetworking-plugins-1:1.3.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "product": { "name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "product_id": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64", "product": { "name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64", "product_id": "containernetworking-plugins-1:1.3.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "containernetworking-plugins-1:1.3.0-4.el9.s390x", "product": { "name": "containernetworking-plugins-1:1.3.0-4.el9.s390x", "product_id": "containernetworking-plugins-1:1.3.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "product": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "product": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.el9.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64" }, "product_reference": "containernetworking-plugins-1:1.3.0-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T09:01: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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6402" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src", "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x", "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_6474
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:6474", "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2173089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173089" }, { "category": "external", "summary": "2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "2177611", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177611" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2180108", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180108" }, { "category": "external", "summary": "2182485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182485" }, { "category": "external", "summary": "2182896", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182896" }, { "category": "external", "summary": "2183597", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183597" }, { "category": "external", "summary": "2183975", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183975" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2187187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187187" }, { "category": "external", "summary": "2188340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188340" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "2223350", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223350" }, { "category": "external", "summary": "2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "2229644", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229644" }, { "category": "external", "summary": "2230212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230212" }, { "category": "external", "summary": "2231975", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231975" }, { "category": "external", "summary": "2232308", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232308" }, { "category": "external", "summary": "2233222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233222" }, { "category": "external", "summary": "RHEL-3132", "url": "https://issues.redhat.com/browse/RHEL-3132" }, { "category": "external", "summary": "RHEL-3133", "url": "https://issues.redhat.com/browse/RHEL-3133" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6474.json" } ], "title": "Red Hat Security Advisory: podman security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T17:03:56+00:00", "generator": { "date": "2024-11-06T17:03:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:6474", "initial_release_date": "2023-11-07T08:52:01+00:00", "revision_history": [ { "date": "2023-11-07T08:52:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:52:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T17:03:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "podman-2:4.6.1-5.el9.src", "product": { "name": "podman-2:4.6.1-5.el9.src", "product_id": "podman-2:4.6.1-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=src\u0026epoch=2" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "podman-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-2:4.6.1-5.el9.aarch64", "product_id": "podman-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-gvproxy-2:4.6.1-5.el9.aarch64", "product_id": "podman-gvproxy-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-plugins-2:4.6.1-5.el9.aarch64", "product_id": "podman-plugins-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-remote-2:4.6.1-5.el9.aarch64", "product_id": "podman-remote-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-tests-2:4.6.1-5.el9.aarch64", "product_id": "podman-tests-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-debugsource-2:4.6.1-5.el9.aarch64", "product_id": "podman-debugsource-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-debuginfo-2:4.6.1-5.el9.aarch64", "product_id": "podman-debuginfo-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "product": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "podman-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-2:4.6.1-5.el9.ppc64le", "product_id": "podman-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le", "product_id": "podman-gvproxy-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-plugins-2:4.6.1-5.el9.ppc64le", "product_id": "podman-plugins-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-remote-2:4.6.1-5.el9.ppc64le", "product_id": "podman-remote-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-tests-2:4.6.1-5.el9.ppc64le", "product_id": "podman-tests-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-debugsource-2:4.6.1-5.el9.ppc64le", "product_id": "podman-debugsource-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le", "product_id": "podman-debuginfo-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "podman-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-2:4.6.1-5.el9.x86_64", "product_id": "podman-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-gvproxy-2:4.6.1-5.el9.x86_64", "product_id": "podman-gvproxy-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-plugins-2:4.6.1-5.el9.x86_64", "product_id": "podman-plugins-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-remote-2:4.6.1-5.el9.x86_64", "product_id": "podman-remote-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-tests-2:4.6.1-5.el9.x86_64", "product_id": "podman-tests-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-debugsource-2:4.6.1-5.el9.x86_64", "product_id": "podman-debugsource-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-debuginfo-2:4.6.1-5.el9.x86_64", "product_id": "podman-debuginfo-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "product": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "podman-2:4.6.1-5.el9.s390x", "product": { "name": "podman-2:4.6.1-5.el9.s390x", "product_id": "podman-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.6.1-5.el9.s390x", "product": { "name": "podman-gvproxy-2:4.6.1-5.el9.s390x", "product_id": "podman-gvproxy-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.6.1-5.el9.s390x", "product": { "name": "podman-plugins-2:4.6.1-5.el9.s390x", "product_id": "podman-plugins-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.6.1-5.el9.s390x", "product": { "name": "podman-remote-2:4.6.1-5.el9.s390x", "product_id": "podman-remote-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.6.1-5.el9.s390x", "product": { "name": "podman-tests-2:4.6.1-5.el9.s390x", "product_id": "podman-tests-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.6.1-5.el9.s390x", "product": { "name": "podman-debugsource-2:4.6.1-5.el9.s390x", "product_id": "podman-debugsource-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.6.1-5.el9.s390x", "product": { "name": "podman-debuginfo-2:4.6.1-5.el9.s390x", "product_id": "podman-debuginfo-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "product": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "product": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "podman-docker-2:4.6.1-5.el9.noarch", "product": { "name": "podman-docker-2:4.6.1-5.el9.noarch", "product_id": "podman-docker-2:4.6.1-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.6.1-5.el9?arch=noarch\u0026epoch=2" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.6.1-5.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src" }, "product_reference": "podman-2:4.6.1-5.el9.src", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-debuginfo-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-debuginfo-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-debuginfo-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-debuginfo-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-debugsource-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-debugsource-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-debugsource-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-debugsource-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-2:4.6.1-5.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch" }, "product_reference": "podman-docker-2:4.6.1-5.el9.noarch", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-gvproxy-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-gvproxy-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-gvproxy-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-gvproxy-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-plugins-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-plugins-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-plugins-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-plugins-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-remote-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-remote-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-remote-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-remote-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64" }, "product_reference": "podman-tests-2:4.6.1-5.el9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le" }, "product_reference": "podman-tests-2:4.6.1-5.el9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x" }, "product_reference": "podman-tests-2:4.6.1-5.el9.s390x", "relates_to_product_reference": "AppStream-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" }, "product_reference": "podman-tests-2:4.6.1-5.el9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-3978", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228689" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Cross site scripting", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3978" }, { "category": "external", "summary": "RHBZ#2228689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978" }, { "category": "external", "summary": "https://go.dev/cl/514896", "url": "https://go.dev/cl/514896" }, { "category": "external", "summary": "https://go.dev/issue/61615", "url": "https://go.dev/issue/61615" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1988", "url": "https://pkg.go.dev/vuln/GO-2023-1988" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/html: Cross site scripting" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "cve": "CVE-2023-25173", "cwe": { "id": "CWE-842", "name": "Placement of User into Incorrect Group" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174485" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: Supplementary groups are not set up properly", "title": "Vulnerability summary" }, { "category": "other", "text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25173" }, { "category": "external", "summary": "RHBZ#2174485", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25173" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173" }, { "category": "external", "summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a", "url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.5.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18", "url": "https://github.com/containerd/containerd/releases/tag/v1.6.18" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: Supplementary groups are not set up properly" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2023-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2222167" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: insufficient sanitization of Host header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29406" }, { "category": "external", "summary": "RHBZ#2222167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0", "url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" } ], "release_date": "2023-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:52:01+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.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6474" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src", "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x", "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: insufficient sanitization of Host header" } ] }
rhsa-2023_5964
Vulnerability from csaf_redhat
Notes
{ "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 collectd-libpod-stats is now available for Red Hat OpenStack\nPlatform 16.2.5 (Train).\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": "Collectd plugin for gathering resource usage statistics from containers\ncreated with the libpod library.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\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:5964", "url": "https://access.redhat.com/errata/RHSA-2023:5964" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "2243296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5964.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.5 (collectd-libpod-stats) security update", "tracking": { "current_release_date": "2024-11-08T08:08:12+00:00", "generator": { "date": "2024-11-08T08:08:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5964", "initial_release_date": "2023-10-20T14:54:29+00:00", "revision_history": [ { "date": "2023-10-20T14:54:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-20T14:54:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T08:08:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.src", "product": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.src", "product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64", "product": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64", "product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "product": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le" }, "product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.src as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src" }, "product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.src", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" }, "product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOS-16.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228743" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys", "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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29409" }, { "category": "external", "summary": "RHBZ#2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29409" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409" }, { "category": "external", "summary": "https://go.dev/cl/515257", "url": "https://go.dev/cl/515257" }, { "category": "external", "summary": "https://go.dev/issue/61460", "url": "https://go.dev/issue/61460" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ", "url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1987", "url": "https://pkg.go.dev/vuln/GO-2023-1987" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys" }, { "cve": "CVE-2023-39325", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2243296" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39325" }, { "category": "external", "summary": "RHBZ#2243296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39325" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2023-44487", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://go.dev/issue/63417", "url": "https://go.dev/issue/63417" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" }, { "category": "workaround", "details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-20T14:54:29+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": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5964" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src", "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" } ] }
rhsa-2024_2944
Vulnerability from csaf_redhat
Notes
{ "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": "This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.\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": "Red Hat Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.\n\nThis release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.\n\nSecurity Fix(es):\n\n* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace\n* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic\n* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter\n* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY\n* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers\n* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters\n* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE\n* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps\n* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics\n* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation\n* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing\n* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters\n* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values\n* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes\n* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nFor information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:2944", "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/", "url": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/" }, { "category": "external", "summary": "2030787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787" }, { "category": "external", "summary": "2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "ENTMQBR-8064", "url": "https://issues.redhat.com/browse/ENTMQBR-8064" }, { "category": "external", "summary": "ENTMQBR-8264", "url": "https://issues.redhat.com/browse/ENTMQBR-8264" }, { "category": "external", "summary": "ENTMQBR-8316", "url": "https://issues.redhat.com/browse/ENTMQBR-8316" }, { "category": "external", "summary": "ENTMQBR-8387", "url": "https://issues.redhat.com/browse/ENTMQBR-8387" }, { "category": "external", "summary": "ENTMQBR-8457", "url": "https://issues.redhat.com/browse/ENTMQBR-8457" }, { "category": "external", "summary": "ENTMQBR-8465", "url": "https://issues.redhat.com/browse/ENTMQBR-8465" }, { "category": "external", "summary": "ENTMQBR-8664", "url": "https://issues.redhat.com/browse/ENTMQBR-8664" }, { "category": "external", "summary": "ENTMQBR-8678", "url": "https://issues.redhat.com/browse/ENTMQBR-8678" }, { "category": "external", "summary": "ENTMQBR-8752", "url": "https://issues.redhat.com/browse/ENTMQBR-8752" }, { "category": "external", "summary": "ENTMQBR-8881", "url": "https://issues.redhat.com/browse/ENTMQBR-8881" }, { "category": "external", "summary": "ENTMQBR-8893", "url": "https://issues.redhat.com/browse/ENTMQBR-8893" }, { "category": "external", "summary": "ENTMQBR-8971", "url": "https://issues.redhat.com/browse/ENTMQBR-8971" }, { "category": "external", "summary": "ENTMQBR-8989", "url": "https://issues.redhat.com/browse/ENTMQBR-8989" }, { "category": "external", "summary": "ENTMQBR-9023", "url": "https://issues.redhat.com/browse/ENTMQBR-9023" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2944.json" } ], "title": "Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update", "tracking": { "current_release_date": "2024-11-06T05:51:37+00:00", "generator": { "date": "2024-11-06T05:51:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2944", "initial_release_date": "2024-05-21T14:04:45+00:00", "revision_history": [ { "date": "2024-05-21T14:04:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-21T14:04:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:51:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Middleware Containers for OpenShift", "product": { "name": "Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhosemc:1.0::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product_id": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product": { "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product_id": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product": { "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product_id": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle\u0026tag=7.12.0-10" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product_id": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product_id": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product": { "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product_id": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product_id": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product_id": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product": { "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product_id": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product_id": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product_id": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product": { "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product_id": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product_id": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64" }, "product_reference": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64" }, "product_reference": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x" }, "product_reference": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le" }, "product_reference": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" }, "product_reference": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43565", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-12-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2030787" } ], "notes": [ { "category": "description", "text": "There\u0027s an input validation flaw in golang.org/x/crypto\u0027s readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto: empty plaintext packet causes panic", "title": "Vulnerability summary" }, { "category": "other", "text": "go-toolset shipped with Red Hat Developer Tools - Compilers and golang shipped with Red Hat Enterprise Linux 8 are not affected by this flaw because they do not ship the vulnerable code.\n\nThis flaw was rated to have a Moderate impact because it is not shipped in the Golang standard library and thus has a reduced impact to products compared with other flaws of this type.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43565" }, { "category": "external", "summary": "RHBZ#2030787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565" } ], "release_date": "2021-12-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/crypto: empty plaintext packet causes panic" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-21698", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "discovery_date": "2022-01-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2045880" } ], "notes": [ { "category": "description", "text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-21698" }, { "category": "external", "summary": "RHBZ#2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21698" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698" }, { "category": "external", "summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p", "url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p" } ], "release_date": "2022-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-41678", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252185" } ], "notes": [ { "category": "description", "text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n", "title": "Vulnerability description" }, { "category": "summary", "text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41678" }, { "category": "external", "summary": "RHBZ#2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_4664
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Virtualization release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.3 images.\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Consistency in naming mediatedDevicesTypes and nodemediatedDeviceTypes (BZ#2054863)\n\n* \"failed to sync guest time\" log spam in destination virt-launcher pod during VM live migration (BZ#2064160)\n\n* Missing documentation for snapshot recording rules (BZ#2143165)\n\n* KubevirtHyperconvergedClusterOperatorCRModification alert in firing state during cnv upgrade (4.11.2-\u003e4.12.0) (BZ#2154319)\n\n* VMExport: can\u0027t download a PVC that was created from DV on NFS (when there\u0027s no VM that owns this PVC) - the storage doesn\u0027t support fsGroup (BZ#2156525)\n\n* Unable to do post-copy migration (BZ#2164836)\n\n* empty libvirt metrics output, when executing metrics Prometheus query on a vm that is paused status (BZ#2172544)\n\n* The filter items on instanceType page is not horizontal aligned (BZ#2174744)\n\n* \"No NetworkAttachmentDefinitions available\" should not show when editing pod networking (BZ#2175651)\n\n* CNV 4.13 nightly | manually increasing the number of virt-api pods does not work (BZ#2175710)\n\n* The volume in instanceTypes page should be selected automatically just after it\u0027s been added (BZ#2177977)\n\n* PVC size is not readable while selecting \"PVC (creates PVC)\" in disk modal (BZ#2180666)\n\n* \"Copy SSH command\" get undefined user (BZ#2180719)\n\n* [Nonpriv] VM Memory does not show in details card of overview or details tab (BZ#2181432)\n\n* spec.firmware.bootloader is not copied while cloning a UEFI VM (BZ#2181515)\n\n* kubevirt-plugin (now kubevirt-console-plugin) ignores node placement configuration (BZ#2181999)\n\n* VM metrics graphs are render incorrectly (BZ#2182000)\n\n* Restore VM\u0027s pretty names (BZ#2182317)\n\n* Cannot clone VM to other namespace if the VM is created from instanceType (BZ#2182938)\n\n* \"No data available\" shows on Virtualization overview metrics chart (BZ#2183915)\n\n* Some CNV installation components are missing required labels (BZ#2187509)\n\n* Custom SELinux policy for virt_launcher still present on CNV with DisableCustomSELinuxPolicy feature gate enabled (BZ#2188144)\n\n* VM created from CD source registry cannot be started due to InvalidImageName (BZ#2189744)\n\n* lun cannot be used with DVs (BZ#2190171)\n\n* [4.13.z] Missing\u00a0virtctl vmexport download manifests command (BZ#2203727)\n\n* [4.13]Missing StorageProfile defaults for IBM and AWS EFS CSI provisioners (BZ#2220844)\n\n* [cnv-4.13] isolateEmulatorThread should not block live migration (BZ#2229148)", "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:4664", "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001" }, { "category": "external", "summary": "2054863", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2054863" }, { "category": "external", "summary": "2064160", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064160" }, { "category": "external", "summary": "2130604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130604" }, { "category": "external", "summary": "2143165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143165" }, { "category": "external", "summary": "2154319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154319" }, { "category": "external", "summary": "2156525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156525" }, { "category": "external", "summary": "2164836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164836" }, { "category": "external", "summary": "2172544", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172544" }, { "category": "external", "summary": "2174744", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174744" }, { "category": "external", "summary": "2175651", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175651" }, { "category": "external", "summary": "2175710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175710" }, { "category": "external", "summary": "2177977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177977" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2180666", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180666" }, { "category": "external", "summary": "2180719", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180719" }, { "category": "external", "summary": "2181432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181432" }, { "category": "external", "summary": "2181515", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181515" }, { "category": "external", "summary": "2181999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181999" }, { "category": "external", "summary": "2182000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182000" }, { "category": "external", "summary": "2182317", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182317" }, { "category": "external", "summary": "2182938", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182938" }, { "category": "external", "summary": "2183915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183915" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2187509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187509" }, { "category": "external", "summary": "2188144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188144" }, { "category": "external", "summary": "2189744", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189744" }, { "category": "external", "summary": "2190171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190171" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2203727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203727" }, { "category": "external", "summary": "2212085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085" }, { "category": "external", "summary": "2220844", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220844" }, { "category": "external", "summary": "2221913", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221913" }, { "category": "external", "summary": "2229148", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229148" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4664.json" } ], "title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.3 Images security and bug fix update", "tracking": { "current_release_date": "2024-11-06T09:24:08+00:00", "generator": { "date": "2024-11-06T09:24:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4664", "initial_release_date": "2023-08-16T14:09:26+00:00", "revision_history": [ { "date": "2023-08-16T14:09:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-16T14:09:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T09:24:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "CNV 4.13 for RHEL 9", "product": { "name": "CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el9" } } } ], "category": "product_family", "name": "OpenShift Virtualization" }, { "branches": [ { "category": "product_version", "name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "product": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "product_identification_helper": { "purl": "pkg:oci/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "product": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "product": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "product_identification_helper": { "purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "product": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "product_identification_helper": { "purl": "pkg:oci/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "product": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "product_identification_helper": { "purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "product": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "product": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "product": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "product": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "product_identification_helper": { "purl": "pkg:oci/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "product": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "product_identification_helper": { "purl": "pkg:oci/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "product": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "product": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "product": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "product": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "product": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "product_identification_helper": { "purl": "pkg:oci/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "product": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "product_identification_helper": { "purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9" } } }, { "category": "product_version", "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "product": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "product_identification_helper": { "purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "product": { "name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "product_id": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "product": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "product": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "product": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "product": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "product": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "product": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "product": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "product": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "product": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "product_id": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "product": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "product": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "product": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "product_id": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "product": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "product_id": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "product_identification_helper": { "purl": "pkg:oci/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "product": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "product": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "product_id": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "product": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "product_identification_helper": { "purl": "pkg:oci/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "product": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "product_identification_helper": { "purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "product": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "product_identification_helper": { "purl": "pkg:oci/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "product": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "product": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "product_identification_helper": { "purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "product": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "product_identification_helper": { "purl": "pkg:oci/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "product": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "product_identification_helper": { "purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "product": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "product": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "product": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "product": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "product_identification_helper": { "purl": "pkg:oci/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "product": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "product_identification_helper": { "purl": "pkg:oci/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "product": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "product": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "product": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "product": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "product": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "product_identification_helper": { "purl": "pkg:oci/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "product": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "product_identification_helper": { "purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9" } } }, { "category": "product_version", "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "product": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "product_identification_helper": { "purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "product": { "name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "product_id": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "product": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "product": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "product": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "product": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "product": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "product": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "product": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "product": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "product": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "product_id": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "product": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "product": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "product": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "product_id": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "product": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "product_id": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "product_identification_helper": { "purl": "pkg:oci/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "product": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "product": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "product_id": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "product": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "product_identification_helper": { "purl": "pkg:oci/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64", "product": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64", "product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64", "product_identification_helper": { "purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64" }, "product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64" }, "product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64" }, "product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64" }, "product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64" }, "product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64" }, "product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64" }, "product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64" }, "product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64" }, "product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64" }, "product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64" }, "product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64" }, "product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64" }, "product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64" }, "product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64" }, "product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64" }, "product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64" }, "product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64" }, "product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64" }, "product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64" }, "product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64" }, "product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64" }, "product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64" }, "product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64" }, "product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64" }, "product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64" }, "product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64" }, "product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64" }, "product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64" }, "product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64" }, "product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64" }, "product_reference": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" }, "product_reference": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64" }, "product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64" }, "product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64" }, "product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64" }, "product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64" }, "product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64" }, "product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64" }, "product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64" }, "product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64" }, "product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64" }, "product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64" }, "product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64" }, "product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64" }, "product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64" }, "product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64" }, "product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64" }, "product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64" }, "product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64" }, "product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64" }, "product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" }, "product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "acknowledgments": [ { "names": [ "David Benoit" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2023-3089", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2023-06-03T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2212085" } ], "notes": [ { "category": "description", "text": "A compliance problem was found in the Red Hat OpenShift Container Platform. Red Hat discovered that, when FIPS mode was enabled, not all of the cryptographic modules in use were FIPS-validated.", "title": "Vulnerability description" }, { "category": "summary", "text": "openshift: OCP \u0026 FIPS mode", "title": "Vulnerability summary" }, { "category": "other", "text": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001\n\nThe static scanning tool (to verify your system is once again compliant with FIPS) is available here https://github.com/openshift/check-payload", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3089" }, { "category": "external", "summary": "RHBZ#2212085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085" }, { "category": "external", "summary": "RHSB-2023-001", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3089", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3089" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089" } ], "release_date": "2023-07-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected packages as soon as possible.", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openshift: OCP \u0026 FIPS mode" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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": [ "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in parsing", "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": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-16T14:09: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
icsa-24-046-11
Vulnerability from csaf_cisa
Notes
{ "document": { "acknowledgments": [ { "organization": "Siemens ProductCERT", "summary": "reporting these vulnerabilities to CISA." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SCALANCE X-300 and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "other", "text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.", "title": "Advisory Conversion Disclaimer" }, { "category": "other", "text": "Multiple", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", "title": "Recommended Practices" }, { "category": "general", "text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", "title": "Recommended Practices" }, { "category": "general", "text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", "title": "Recommended Practices" }, { "category": "general", "text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" } ], "publisher": { "category": "other", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-806742.json" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-806742.html" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-806742.pdf" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-806742.txt" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-11 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-046-11.json" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-11 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-046-11" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Siemens SCALANCE XCM-/XRM-300", "tracking": { "current_release_date": "2024-02-13T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1" } }, "id": "ICSA-24-046-11", "initial_release_date": "2024-02-13T00:00:00.000000Z", "revision_history": [ { "date": "2024-02-13T00:00:00.000000Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)", "product_id": "CSAFPID-0001", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2EC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)", "product_id": "CSAFPID-0002", "product_identification_helper": { "model_numbers": [ "6GK5324-8TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)", "product_id": "CSAFPID-0003", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)", "product_id": "CSAFPID-0004", "product_identification_helper": { "model_numbers": [ "6GK5332-0GA01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)", "product_id": "CSAFPID-0005", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2ER3" ] } } } ], "category": "product_name", "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)", "product_id": "CSAFPID-0006", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)", "product_id": "CSAFPID-0007", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)", "product_id": "CSAFPID-0008", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)", "product_id": "CSAFPID-0009", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)", "product_id": "CSAFPID-0010", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)", "product_id": "CSAFPID-0011", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2006-20001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash.\n\nThis issue affects Apache HTTP Server 2.4.54 and earlier.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2006-20001" }, { "cve": "CVE-2020-10735", "cwe": { "id": "CWE-704", "name": "Incorrect Type Conversion or Cast" }, "notes": [ { "category": "summary", "text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2020-10735" }, { "cve": "CVE-2021-3445", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "A flaw was found in libdnf\u0027s signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then trick a user or system into installing it. The highest risk of this vulnerability is to confidentiality, integrity, as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-3445" }, { "cve": "CVE-2021-3638", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the ATI VGA device emulation of QEMU. This flaw occurs in the ati_2d_blt() routine while handling MMIO write operations when the guest provides invalid values for the destination display parameters. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-3638" }, { "cve": "CVE-2021-4037", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-4037" }, { "cve": "CVE-2021-36369", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dropbear through 2020.81. Due to a non-RFC-compliant check of the available authentication methods in the client-side SSH code, it is possible for an SSH server to change the login process in its favor. This attack can bypass additional security measures such as FIDO2 tokens or SSH-Askpass. Thus, it allows an attacker to abuse a forwarded agent for logging on to another server unnoticed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-36369" }, { "cve": "CVE-2021-43666", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A Denial of Service vulnerability exists in mbed TLS 3.0.0 and earlier in the mbedtls_pkcs12_derivation function when an input password\u0027s length is 0.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-43666" }, { "cve": "CVE-2021-45451", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "notes": [ { "category": "summary", "text": "In Mbed TLS before 3.1.0, psa_aead_generate_nonce allows policy bypass or oracle-based decryption when the output buffer is at memory locations accessible to an untrusted application.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-45451" }, { "cve": "CVE-2022-1015", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-1015" }, { "cve": "CVE-2022-1348", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-1348" }, { "cve": "CVE-2022-2586", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-2586" }, { "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-2880" }, { "cve": "CVE-2022-3294", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2022-3437", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3437" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-4415", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in systemd. This security flaw can cause a local information leak due to systemd-coredump not respecting the fs.suid_dumpable kernel setting.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4415" }, { "cve": "CVE-2022-4743", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A potential memory leak issue was discovered in SDL2 in GLES_CreateTexture() function in SDL_render_gles.c. The vulnerability allows an attacker to cause a denial of service attack. The vulnerability affects SDL2 v2.0.4 and above. SDL-1.x are not affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4743" }, { "cve": "CVE-2022-4744", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double-free flaw was found in the Linux kernel\u2019s TUN/TAP device driver functionality in how a user registers the device when the register_netdevice function fails (NETDEV_REGISTER notifier). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4744" }, { "cve": "CVE-2022-4900", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4900" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-1284", "name": "Improper Validation of Specified Quantity in Input" }, "notes": [ { "category": "summary", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4904" }, { "cve": "CVE-2022-23471", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. A bug was found in containerd\u0027s CRI implementation where a user can exhaust memory on the host. In the CRI stream server, a goroutine is launched to handle terminal resize events if a TTY is requested. If the user\u0027s process fails to launch due to, for example, a faulty command, the goroutine will be stuck waiting to send without a receiver, resulting in a memory leak. Kubernetes and crictl can both be configured to use containerd\u0027s CRI implementation and the stream server is used for handling container IO. This bug has been fixed in containerd 1.6.12 and 1.5.16. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used and that only trusted users have permissions to execute commands in running containers.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-23471" }, { "cve": "CVE-2022-23521", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-23521" }, { "cve": "CVE-2022-24834", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. A specially crafted Lua script executing in Redis can trigger a heap overflow in the cjson library, and result with heap corruption and potentially remote code execution. The problem exists in all versions of Redis with Lua scripting support, starting from 2.6, and affects only authenticated and authorized users. The problem is fixed in versions 7.0.12, 6.2.13, and 6.0.20.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-24834" }, { "cve": "CVE-2022-26691", "cwe": { "id": "CWE-697", "name": "Incorrect Comparison" }, "notes": [ { "category": "summary", "text": "A logic issue was addressed with improved state management. This issue is fixed in Security Update 2022-003 Catalina, macOS Monterey 12.3, macOS Big Sur 11.6.5. An application may be able to gain elevated privileges.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-26691" }, { "cve": "CVE-2022-28737", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "There\u0027s a possible overflow in handle_image() when shim tries to load and execute crafted EFI executables; The handle_image() function takes into account the SizeOfRawData field from each section to be loaded. An attacker can leverage this to perform out-of-bound writes into memory. Arbitrary code execution is not discarded in such scenario.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28737" }, { "cve": "CVE-2022-28738", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free was found in the Regexp compiler in Ruby 3.x before 3.0.4 and 3.1.x before 3.1.2. If a victim attempts to create a Regexp from untrusted user input, an attacker may be able to write to unexpected memory locations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28738" }, { "cve": "CVE-2022-28739", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "There is a buffer over-read in Ruby before 2.6.10, 2.7.x before 2.7.6, 3.x before 3.0.4, and 3.1.x before 3.1.2. It occurs in String-to-Float conversion, including Kernel#Float and String#to_f.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28739" }, { "cve": "CVE-2022-29154", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An issue was discovered in rsync before 3.2.5 that allows malicious remote servers to write arbitrary files inside the directories of connecting peers. The server chooses which files/directories are sent to the client. However, the rsync client performs insufficient validation of file names. A malicious rsync server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the rsync client target directory and subdirectories (for example, overwrite the .ssh/authorized_keys file).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29154" }, { "cve": "CVE-2022-29162", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "notes": [ { "category": "summary", "text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29187", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29536", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In GNOME Epiphany before 41.4 and 42.x before 42.2, an HTML document can trigger a client buffer overflow (in ephy_string_shorten in the UI process) via a long page title. The issue occurs because the number of bytes for a UTF-8 ellipsis character is not properly considered.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29536" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-32148" }, { "cve": "CVE-2022-34903", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim\u0027s keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-34903" }, { "cve": "CVE-2022-34918", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-34918" }, { "cve": "CVE-2022-36021", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36021" }, { "cve": "CVE-2022-36227", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the code-execution impact: \"In rare circumstances, when NULL is equivalent to the 0x0 memory address and privileged code can access it, then writing or reading memory is possible, which may lead to code execution.\"", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027) vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2022-37436", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "notes": [ { "category": "summary", "text": "Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37436" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37797", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In lighttpd 1.4.65, mod_wstunnel does not initialize a handler function pointer if an invalid HTTP request (websocket handshake) is received. It leads to null pointer dereference which crashes the server. It could be used by an external attacker to cause denial of service condition.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37797" }, { "cve": "CVE-2022-38725", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "An integer overflow in the RFC3164 parser in One Identity syslog-ng 3.0 through 3.37 allows remote attackers to cause a Denial of Service via crafted syslog input that is mishandled by the tcp or network function. syslog-ng Premium Edition 7.0.30 and syslog-ng Store Box 6.10.0 are also affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-38725" }, { "cve": "CVE-2022-39189", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-39189" }, { "cve": "CVE-2022-39260", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-39260" }, { "cve": "CVE-2022-41409", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Integer overflow vulnerability in pcre2test before 10.41 allows attackers to cause a denial of service or other unspecified impacts via negative input.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41409" }, { "cve": "CVE-2022-41556", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A resource leak in gw_backend.c in lighttpd 1.4.56 through 1.4.66 could lead to a denial of service (connection-slot exhaustion) after a large amount of anomalous TCP behavior by clients. It is related to RDHUP mishandling in certain HTTP/1.1 chunked situations. Use of mod_fastcgi is, for example, affected. This is fixed in 1.4.67.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41715", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41723", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41860", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In freeradius, when an EAP-SIM supplicant sends an unknown SIM option, the server will try to look that option up in the internal dictionaries. This lookup will fail, but the SIM code will not check for that failure. Instead, it will dereference a NULL pointer, and cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41860" }, { "cve": "CVE-2022-41861", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A flaw was found in freeradius. A malicious RADIUS client or home server can send a malformed abinary attribute which can cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41861" }, { "cve": "CVE-2022-41862", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41862" }, { "cve": "CVE-2022-41903", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41903" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-44370", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NASM v2.16 was discovered to contain a heap buffer overflow in the component quote_for_pmake() asm/nasm.c:856", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-44370" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45142", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding \"!= 0\" comparisons to the result of memcmp. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0 branches (and possibly other branches) a logic inversion sneaked in causing the validation of message integrity codes in gssapi/arcfour to be inverted.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45142" }, { "cve": "CVE-2022-45919", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45919" }, { "cve": "CVE-2022-46392", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) can recover an RSA private key after observing the victim performing a single private-key operation, if the window size (MBEDTLS_MPI_WINDOW_SIZE) used for the exponentiation is 3 or smaller.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-46392" }, { "cve": "CVE-2022-46393", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. There is a potential heap-based buffer overflow and heap-based buffer over-read in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX \u003e 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-46393" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48434", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "libavcodec/pthread_frame.c in FFmpeg before 5.1.2, as used in VLC and other products, leaves stale hwaccel state in worker threads, which allows attackers to trigger a use-after-free and execute arbitrary code in some circumstances (e.g., hardware re-initialization upon a mid-video SPS change when Direct3D11 is used).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-48434" }, { "cve": "CVE-2023-0160", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A deadlock flaw was found in the Linux kernel\u2019s BPF subsystem. This flaw allows a local user to potentially crash the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0160" }, { "cve": "CVE-2023-0330", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0330" }, { "cve": "CVE-2023-0361", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0494", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in X.Org. This issue occurs due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo() and ProcXkbGetDeviceInfo() to read and write into freed memory. This can lead to local privilege elevation on systems where the X server runs privileged and remote code execution for ssh X forwarding sessions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0590", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0662" }, { "cve": "CVE-2023-1206", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1380", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info-\u003ereq_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1380" }, { "cve": "CVE-2023-1393", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window (aka COW), the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-free later.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1611", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btrfs_search_slot in fs/btrfs/ctree.c in btrfs in the Linux Kernel.This flaw allows an attacker to crash the system and possibly cause a kernel information lea", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1611" }, { "cve": "CVE-2023-1670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw use after free in the Linux kernel Xircom 16-bit PCMCIA (PC-card) Ethernet driver was found.A local user could use this flaw to crash the system or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1670" }, { "cve": "CVE-2023-1838", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in vhost_net_set_backend in drivers/vhost/net.c in virtio network subcomponent in the Linux kernel due to a double fget. This flaw could allow a local attacker to crash the system, and could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1838" }, { "cve": "CVE-2023-1855", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xgene_hwmon_remove in drivers/hwmon/xgene-hwmon.c in the Hardware Monitoring Linux Kernel Driver (xgene-hwmon). This flaw could allow a local attacker to crash the system due to a race problem. This vulnerability could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1859", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1859" }, { "cve": "CVE-2023-1989", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btsdio_remove in drivers\\bluetooth\\btsdio.c in the Linux Kernel. In this flaw, a call to btsdio_remove with an unfinished job, may cause a race problem leading to a UAF on hdev devices.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1990" }, { "cve": "CVE-2023-2002", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the HCI sockets implementation due to a missing capability check in net/bluetooth/hci_sock.c in the Linux Kernel. This flaw allows an attacker to unauthorized execution of management commands, compromising the confidentiality, integrity, and availability of Bluetooth communication.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2002" }, { "cve": "CVE-2023-2124", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2124" }, { "cve": "CVE-2023-2194", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability was found in the Linux kernel\u0027s SLIMpro I2C device driver. The userspace \"data-\u003eblock[0]\" variable was not capped to a number between 0-255 and was used as the size of a memcpy, possibly writing beyond the end of dma_buffer. This flaw could allow a local privileged user to crash the system or potentially achieve code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2194" }, { "cve": "CVE-2023-2269", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2269" }, { "cve": "CVE-2023-2861", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A flaw was found in the 9p passthrough filesystem (9pfs) implementation in QEMU. The 9pfs server did not prohibit opening special files on the host side, potentially allowing a malicious client to escape from the exported 9p tree by creating and opening a device file in the shared folder.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2861" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3006", "cwe": { "id": "CWE-212", "name": "Improper Removal of Sensitive Information Before Storage or Transfer" }, "notes": [ { "category": "summary", "text": "A known cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, becomes actual again for the new hw AmpereOne. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim\u0027s hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3006" }, { "cve": "CVE-2023-3090", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A heap out-of-bounds write vulnerability in the Linux Kernel ipvlan network driver can be exploited to achieve local privilege escalation.\n\nThe out-of-bounds write is caused by missing skb-\u003ecb initialization in the ipvlan network driver. The vulnerability is reachable if\u00a0CONFIG_IPVLAN is enabled.\n\n\nWe recommend upgrading past commit 90cbed5247439a966b645b34eb0a2e037836ea8e.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3090" }, { "cve": "CVE-2023-3111", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-3141", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This flaw allows a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3141" }, { "cve": "CVE-2023-3212", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3212" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "notes": [ { "category": "summary", "text": "In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client\u0027s nonce.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3247" }, { "cve": "CVE-2023-3268", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An out of bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw could allow a local attacker to crash the system or leak kernel internal information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3268" }, { "cve": "CVE-2023-3301", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in QEMU. The async nature of hot-unplug enables a race scenario where the net device backend is cleared before the virtio-net pci frontend has been unplugged. A malicious guest could use this time window to trigger an assertion and cause a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3301" }, { "cve": "CVE-2023-3316", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3316" }, { "cve": "CVE-2023-3390", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s netfilter subsystem in net/netfilter/nf_tables_api.c.\n\nMishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.\n\nWe recommend upgrading past commit\u00a01240eb93f0616b21c675416516ff3d74798fdc97.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3390" }, { "cve": "CVE-2023-3611", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3611" }, { "cve": "CVE-2023-3776", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3776" }, { "cve": "CVE-2023-3863", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nfc_llcp_find_local in net/nfc/llcp_core.c in NFC in the Linux kernel. This flaw allows a local user with special privileges to impact a kernel information leak issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3863" }, { "cve": "CVE-2023-4128", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel allows a local attacker to perform a local privilege escalation due to incorrect handling of the existing filter, leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-4128" }, { "cve": "CVE-2023-4194", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel\u0027s TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-\u003ei_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-4194" }, { "cve": "CVE-2023-20593", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue in \u201cZen 2\u201d CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-20593" }, { "cve": "CVE-2023-21255", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-21255" }, { "cve": "CVE-2023-22490", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source `$GIT_DIR/objects` directory contains symbolic links, the `objects` directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim\u0027s filesystem within the malicious repository\u0027s working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.\n\nA fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with `--recurse-submodules`. Instead, consider cloning repositories without recursively cloning their submodules, and instead run `git submodule update` at each layer. Before doing so, inspect each new `.gitmodules` file to ensure that it does not contain suspicious module URLs.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22742", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Prior versions of libgit2 require the caller to set the `certificate_check` field of libgit2\u0027s `git_remote_callbacks` structure - if a certificate check callback is not set, libgit2 does not perform any certificate checking. This means that by default - without configuring a certificate check callback, clients will not perform validation on the server SSH keys and may be subject to a man-in-the-middle attack. Users are encouraged to upgrade to v1.4.5 or v1.5.1. Users unable to upgrade should ensure that all relevant certificates are manually checked.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22742" }, { "cve": "CVE-2023-22745", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "tpm2-tss is an open source software implementation of the Trusted Computing Group (TCG) Trusted Platform Module (TPM) 2 Software Stack (TSS2). In affected versions `Tss2_RC_SetHandler` and `Tss2_RC_Decode` both index into `layer_handler` with an 8 bit layer number, but the array only has `TPM2_ERROR_TSS2_RC_LAYER_COUNT` entries, so trying to add a handler for higher-numbered layers or decode a response code with such a layer number reads/writes past the end of the buffer. This Buffer overrun, could result in arbitrary code execution. An example attack would be a MiTM bus attack that returns 0xFFFFFFFF for the RC. Given the common use case of TPM modules an attacker must have local access to the target machine with local system privileges which allows access to the TPM system. Usually TPM access requires administrative privilege.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22745" }, { "cve": "CVE-2023-23454", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23454" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23931" }, { "cve": "CVE-2023-23934", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Werkzeug is a comprehensive WSGI web application library. Browsers may allow \"nameless\" cookies that look like `=value` instead of `key=value`. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like `=__Host-test=bad` for another subdomain. Werkzeug prior to 2.2.3 will parse the cookie `=__Host-test=bad` as __Host-test=bad`. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key. The issue is fixed in Werkzeug 2.2.3.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23934" }, { "cve": "CVE-2023-23946", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is running `git apply`. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use `git apply --stat` to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23946" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-24538" }, { "cve": "CVE-2023-25153", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25153" }, { "cve": "CVE-2023-25155", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25155" }, { "cve": "CVE-2023-25193", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "hb-ot-layout-gsubgpos.hh in HarfBuzz through 6.0.0 allows attackers to trigger quadratic growth via consecutive marks during the process of looking back for base glyphs when attaching marks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25588", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "A flaw was found in Binutils. The field `the_bfd` of `asymbol`struct is uninitialized in the `bfd_mach_o_get_synthetic_symtab` function, which may lead to an application crash and local denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25588" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25727", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25727" }, { "cve": "CVE-2023-26081", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "In Epiphany (aka GNOME Web) through 43.0, untrusted web content can trick users into exfiltrating passwords, because autofill occurs in sandboxed contexts.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-26081" }, { "cve": "CVE-2023-26965", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-28450", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dnsmasq before 2.90. The default maximum EDNS.0 UDP packet size was set to 4096 but should be 1232 because of DNS Flag Day 2020.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28466", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "do_tls_getsockopt in net/tls/tls_main.c in the Linux kernel through 6.2.6 lacks a lock_sock call, leading to a race condition (with a resultant use-after-free or NULL pointer dereference).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28466" }, { "cve": "CVE-2023-28486", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in log messages.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in sudoreplay output.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28487" }, { "cve": "CVE-2023-29402", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via \"go get\", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29404", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29409" }, { "cve": "CVE-2023-30086", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30086" }, { "cve": "CVE-2023-30456", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in arch/x86/kvm/vmx/nested.c in the Linux kernel before 6.2.8. nVMX on x86_64 lacks consistency checks for CR0 and CR4.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30456" }, { "cve": "CVE-2023-30772", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/power/supply/da9150-charger.c if a physically proximate attacker unplugs a device.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30772" }, { "cve": "CVE-2023-31084", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(\u0026fepriv-\u003esem) is called. However, wait_event_interruptible would put the process to sleep, and down(\u0026fepriv-\u003esem) may block the process.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31084" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31436", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "qfq_change_class in net/sched/sch_qfq.c in the Linux kernel before 6.2.13 allows an out-of-bounds write because lmax can exceed QFQ_MIN_LMAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31436" }, { "cve": "CVE-2023-31489", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_capability_llgr() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31489" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32233", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32233" }, { "cve": "CVE-2023-32573", "cwe": { "id": "CWE-369", "name": "Divide By Zero" }, "notes": [ { "category": "summary", "text": "In Qt before 5.15.14, 6.0.x through 6.2.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1, QtSvg QSvgFont m_unitsPerEm initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32573" }, { "cve": "CVE-2023-33203", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-33203" }, { "cve": "CVE-2023-34256", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "** DISPUTED ** An issue was discovered in the Linux kernel before 6.3.3. There is an out-of-bounds read in crc16 in lib/crc16.c when called from fs/ext4/super.c because ext4_group_desc_csum does not properly check an offset. NOTE: this is disputed by third parties because the kernel is not intended to defend against attackers with the stated \"When modifying the block device while it is mounted by the filesystem\" access.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34256" }, { "cve": "CVE-2023-34872", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability in Outline.cc for Poppler prior to 23.06.0 allows a remote attacker to cause a Denial of Service (DoS) (crash) via a crafted PDF file in OutlineItem::open.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34872" }, { "cve": "CVE-2023-34969", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "D-Bus before 1.15.6 sometimes allows unprivileged users to crash dbus-daemon. If a privileged user with control over the dbus-daemon is using the org.freedesktop.DBus.Monitoring interface to monitor message bus traffic, then an unprivileged user with the ability to connect to the same dbus-daemon can cause a dbus-daemon crash under some circumstances via an unreplyable message. When done on the well-known system bus, this is a denial-of-service vulnerability. The fixed versions are 1.12.28, 1.14.8, and 1.15.6.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34969" }, { "cve": "CVE-2023-35001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35001" }, { "cve": "CVE-2023-35788", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35788" }, { "cve": "CVE-2023-35789", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to local attackers by listing a process and its arguments.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35789" }, { "cve": "CVE-2023-35823", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35823" }, { "cve": "CVE-2023-35824", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35824" }, { "cve": "CVE-2023-35828", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35828" }, { "cve": "CVE-2023-36054", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "notes": [ { "category": "summary", "text": "lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote authenticated user can trigger a kadmind crash. This occurs because _xdr_kadm5_principal_ent_rec does not validate the relationship between n_key_data and the key_data array count.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36054" }, { "cve": "CVE-2023-36617", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this issue exists becuse of an incomplete fix for CVE-2023-28755. Version 0.10.3 is also a fixed version.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36617" }, { "cve": "CVE-2023-36664", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Artifex Ghostscript through 10.01.2 mishandles permission validation for pipe devices (with the %pipe% prefix or the | pipe character prefix).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36664" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes \"e-Tugra\" root certificates. e-Tugra\u0027s root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from \"e-Tugra\" from the root store.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-38559", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A buffer overflow flaw was found in base/gdevdevn.c:1973 in devn_pcx_write_rle() in ghostscript. This issue may allow a local attacker to cause a denial of service via outputting a crafted PDF file for a DEVN device with gs.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-38559" }, { "cve": "CVE-2023-40283", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-40283" } ] }
wid-sec-w-2023-2031
Vulnerability from csaf_certbund
Notes
{ "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- Windows\n- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2031 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2031.json" }, { "category": "self", "summary": "WID-SEC-2023-2031 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2031" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-2331 vom 2023-11-02", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2331.html" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-013 vom 2023-08-24", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/08/Xerox-Security-Bulletin-XRX23-013-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-08-09", "url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-012_FFPSv2_Win10_SecurityBulletin_Aug2023.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-08-09", "url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-011_FFPSv7-S11_MediaInstall_Aug2023.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-11-02T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:40:06.892+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2031", "initial_release_date": "2023-08-09T22:00:00.000+00:00", "revision_history": [ { "date": "2023-08-09T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-08-24T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-02T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v7 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v7 for Solaris", "product_id": "T029230", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7_for_solaris" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-35365", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35365" }, { "cve": "CVE-2023-35362", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35362" }, { "cve": "CVE-2023-35361", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35361" }, { "cve": "CVE-2023-35360", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35360" }, { "cve": "CVE-2023-35358", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35358" }, { "cve": "CVE-2023-35357", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35357" }, { "cve": "CVE-2023-35356", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35356" }, { "cve": "CVE-2023-35353", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35353" }, { "cve": "CVE-2023-35352", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35352" }, { "cve": "CVE-2023-35342", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35342" }, { "cve": "CVE-2023-35341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35341" }, { "cve": "CVE-2023-35340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35340" }, { "cve": "CVE-2023-35339", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35339" }, { "cve": "CVE-2023-35338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35338" }, { "cve": "CVE-2023-35336", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35336" }, { "cve": "CVE-2023-35332", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35332" }, { "cve": "CVE-2023-35330", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35330" }, { "cve": "CVE-2023-35329", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35329" }, { "cve": "CVE-2023-35328", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35328" }, { "cve": "CVE-2023-35325", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35325" }, { "cve": "CVE-2023-35324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35324" }, { "cve": "CVE-2023-35320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35320" }, { "cve": "CVE-2023-35319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35319" }, { "cve": "CVE-2023-35318", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35318" }, { "cve": "CVE-2023-35316", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35316" }, { "cve": "CVE-2023-35315", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35315" }, { "cve": "CVE-2023-35314", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35314" }, { "cve": "CVE-2023-35313", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35313" }, { "cve": "CVE-2023-35312", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35312" }, { "cve": "CVE-2023-35311", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35311" }, { "cve": "CVE-2023-35309", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35309" }, { "cve": "CVE-2023-35308", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35308" }, { "cve": "CVE-2023-35306", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35306" }, { "cve": "CVE-2023-35305", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35305" }, { "cve": "CVE-2023-35304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35304" }, { "cve": "CVE-2023-35303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35303" }, { "cve": "CVE-2023-35302", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35302" }, { "cve": "CVE-2023-35300", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35300" }, { "cve": "CVE-2023-35299", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35299" }, { "cve": "CVE-2023-35297", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35297" }, { "cve": "CVE-2023-35296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35296" }, { "cve": "CVE-2023-34981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-34981" }, { "cve": "CVE-2023-3482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-3482" }, { "cve": "CVE-2023-34417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-34417" }, { "cve": "CVE-2023-34416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-34416" }, { "cve": "CVE-2023-34415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-34415" }, { "cve": "CVE-2023-34414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-34414" }, { "cve": "CVE-2023-33174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33174" }, { "cve": "CVE-2023-33173", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33173" }, { "cve": "CVE-2023-33172", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33172" }, { "cve": "CVE-2023-33169", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33169" }, { "cve": "CVE-2023-33168", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33168" }, { "cve": "CVE-2023-33167", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33167" }, { "cve": "CVE-2023-33166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33166" }, { "cve": "CVE-2023-33164", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33164" }, { "cve": "CVE-2023-33160", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33160" }, { "cve": "CVE-2023-33157", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33157" }, { "cve": "CVE-2023-33154", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33154" }, { "cve": "CVE-2023-33134", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-33134" }, { "cve": "CVE-2023-32324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32324" }, { "cve": "CVE-2023-32216", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32216" }, { "cve": "CVE-2023-32215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32215" }, { "cve": "CVE-2023-32214", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32214" }, { "cve": "CVE-2023-32213", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32213" }, { "cve": "CVE-2023-32212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32212" }, { "cve": "CVE-2023-32211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32211" }, { "cve": "CVE-2023-32210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32210" }, { "cve": "CVE-2023-32209", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32209" }, { "cve": "CVE-2023-32208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32208" }, { "cve": "CVE-2023-32207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32207" }, { "cve": "CVE-2023-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32206" }, { "cve": "CVE-2023-32205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32205" }, { "cve": "CVE-2023-32085", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32085" }, { "cve": "CVE-2023-32057", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32057" }, { "cve": "CVE-2023-32055", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32055" }, { "cve": "CVE-2023-32054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32054" }, { "cve": "CVE-2023-32053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32053" }, { "cve": "CVE-2023-32049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32049" }, { "cve": "CVE-2023-32046", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32046" }, { "cve": "CVE-2023-32045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32045" }, { "cve": "CVE-2023-32044", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32044" }, { "cve": "CVE-2023-32043", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32043" }, { "cve": "CVE-2023-32042", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32042" }, { "cve": "CVE-2023-32041", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32041" }, { "cve": "CVE-2023-32040", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32040" }, { "cve": "CVE-2023-32039", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32039" }, { "cve": "CVE-2023-32038", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32038" }, { "cve": "CVE-2023-32035", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32035" }, { "cve": "CVE-2023-32034", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-32034" }, { "cve": "CVE-2023-31284", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-31284" }, { "cve": "CVE-2023-31047", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-31047" }, { "cve": "CVE-2023-30775", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-30775" }, { "cve": "CVE-2023-30774", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-30774" }, { "cve": "CVE-2023-30608", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-30608" }, { "cve": "CVE-2023-30086", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-30086" }, { "cve": "CVE-2023-29550", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29550" }, { "cve": "CVE-2023-29548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29548" }, { "cve": "CVE-2023-29545", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29545" }, { "cve": "CVE-2023-29542", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29542" }, { "cve": "CVE-2023-29541", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29541" }, { "cve": "CVE-2023-29539", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29539" }, { "cve": "CVE-2023-29536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29536" }, { "cve": "CVE-2023-29535", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29535" }, { "cve": "CVE-2023-29533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29533" }, { "cve": "CVE-2023-29532", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29532" }, { "cve": "CVE-2023-29531", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29531" }, { "cve": "CVE-2023-29479", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29479" }, { "cve": "CVE-2023-29469", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29469" }, { "cve": "CVE-2023-29400", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29400" }, { "cve": "CVE-2023-29007", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-29007" }, { "cve": "CVE-2023-28756", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28756" }, { "cve": "CVE-2023-28755", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28755" }, { "cve": "CVE-2023-28709", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28709" }, { "cve": "CVE-2023-28487", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28487" }, { "cve": "CVE-2023-28486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28484", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28484" }, { "cve": "CVE-2023-28005", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-28005" }, { "cve": "CVE-2023-27522", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-27320" }, { "cve": "CVE-2023-2731", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-2731" }, { "cve": "CVE-2023-26769", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-26769" }, { "cve": "CVE-2023-26768", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-26768" }, { "cve": "CVE-2023-26767", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-26767" }, { "cve": "CVE-2023-25815", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-25815" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25652", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-25652" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-24932", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24932" }, { "cve": "CVE-2023-24540", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24540" }, { "cve": "CVE-2023-24539", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24539" }, { "cve": "CVE-2023-24538", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24538" }, { "cve": "CVE-2023-24537", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24537" }, { "cve": "CVE-2023-24536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24536" }, { "cve": "CVE-2023-24534", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24534" }, { "cve": "CVE-2023-24532", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24532" }, { "cve": "CVE-2023-24021", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-24021" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22049" }, { "cve": "CVE-2023-22045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22045" }, { "cve": "CVE-2023-22044", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22044" }, { "cve": "CVE-2023-22041", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22041" }, { "cve": "CVE-2023-22036", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22036" }, { "cve": "CVE-2023-22023", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22023" }, { "cve": "CVE-2023-22006", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-22006" }, { "cve": "CVE-2023-21995", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21995" }, { "cve": "CVE-2023-21982", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21982" }, { "cve": "CVE-2023-21980", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21980" }, { "cve": "CVE-2023-21977", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21977" }, { "cve": "CVE-2023-21976", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21976" }, { "cve": "CVE-2023-21972", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21972" }, { "cve": "CVE-2023-21966", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21966" }, { "cve": "CVE-2023-21962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21962" }, { "cve": "CVE-2023-21955", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21955" }, { "cve": "CVE-2023-21953", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21953" }, { "cve": "CVE-2023-21947", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21947" }, { "cve": "CVE-2023-21946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21946" }, { "cve": "CVE-2023-21945", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21945" }, { "cve": "CVE-2023-21940", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21940" }, { "cve": "CVE-2023-21935", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21935" }, { "cve": "CVE-2023-21933", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21933" }, { "cve": "CVE-2023-21929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21929" }, { "cve": "CVE-2023-21920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21920" }, { "cve": "CVE-2023-21919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21919" }, { "cve": "CVE-2023-21912", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21912" }, { "cve": "CVE-2023-21911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21911" }, { "cve": "CVE-2023-21756", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21756" }, { "cve": "CVE-2023-21526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-21526" }, { "cve": "CVE-2023-1999", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1999" }, { "cve": "CVE-2023-1994", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1994" }, { "cve": "CVE-2023-1993", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1993" }, { "cve": "CVE-2023-1992", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1992" }, { "cve": "CVE-2023-1945", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1945" }, { "cve": "CVE-2023-1161", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-1161" }, { "cve": "CVE-2023-0547", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-0547" }, { "cve": "CVE-2023-0494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0002", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-0002" }, { "cve": "CVE-2022-4904", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-4904" }, { "cve": "CVE-2022-4883", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-4883" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-4743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-4743" }, { "cve": "CVE-2022-46908", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-46908" }, { "cve": "CVE-2022-46663", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-46663" }, { "cve": "CVE-2022-46285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-46285" }, { "cve": "CVE-2022-44793", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-44793" }, { "cve": "CVE-2022-44792", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-44792" }, { "cve": "CVE-2022-44617", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-44617" }, { "cve": "CVE-2022-43552", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-43551", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2020-23903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2020-23903" }, { "cve": "CVE-2004-0687", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2004-0687" }, { "cve": "CVE-2023-37212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37212" }, { "cve": "CVE-2023-37211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37211" }, { "cve": "CVE-2023-37210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37210" }, { "cve": "CVE-2023-37209", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37209" }, { "cve": "CVE-2023-37208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37208" }, { "cve": "CVE-2023-37207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37207" }, { "cve": "CVE-2023-37206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37206" }, { "cve": "CVE-2023-37205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37205" }, { "cve": "CVE-2023-37204", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37204" }, { "cve": "CVE-2023-37203", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37203" }, { "cve": "CVE-2023-37202", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37202" }, { "cve": "CVE-2023-37201", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-37201" }, { "cve": "CVE-2023-36884", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-36884" }, { "cve": "CVE-2023-36874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-36874" }, { "cve": "CVE-2023-36871", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-36871" }, { "cve": "CVE-2023-3600", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-3600" }, { "cve": "CVE-2023-35367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35367" }, { "cve": "CVE-2023-35366", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2023-35366" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-41725", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41725" }, { "cve": "CVE-2022-41724", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41724" }, { "cve": "CVE-2022-41723", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41722", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41722" }, { "cve": "CVE-2022-41720", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41720" }, { "cve": "CVE-2022-41717", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-40897", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-40897" }, { "cve": "CVE-2022-39348", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-39348" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-37290", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-37290" }, { "cve": "CVE-2022-3729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-3729" }, { "cve": "CVE-2022-33099", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-33099" }, { "cve": "CVE-2022-31783", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-31783" }, { "cve": "CVE-2022-30115", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-30115" }, { "cve": "CVE-2022-28805", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-28805" }, { "cve": "CVE-2022-21617", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21617" }, { "cve": "CVE-2022-21608", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21608" }, { "cve": "CVE-2022-21592", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21592" }, { "cve": "CVE-2022-21589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21589" }, { "cve": "CVE-2022-21166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21166" }, { "cve": "CVE-2022-21127", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21127" }, { "cve": "CVE-2022-21125", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21125" }, { "cve": "CVE-2022-21123", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-21123" }, { "cve": "CVE-2022-2097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2022-2097" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2021-43618" }, { "cve": "CVE-2021-3618", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2021-3618" }, { "cve": "CVE-2021-3575", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2021-3575" }, { "cve": "CVE-2021-33657", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2021-33657" }, { "cve": "CVE-2021-33621", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2021-33621" }, { "cve": "CVE-2020-23904", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632" ] }, "release_date": "2023-08-09T22:00:00Z", "title": "CVE-2020-23904" } ] }
wid-sec-w-2023-1378
Vulnerability from csaf_certbund
Notes
{ "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": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in der Red Hat OpenShift Container Platform ausnutzen, um Sicherheitsvorkehrungen zu umgehen.", "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-1378 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1378.json" }, { "category": "self", "summary": "WID-SEC-2023-1378 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1378" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3367" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-06-06", "url": "https://access.redhat.com/errata/RHSA-2023:3366" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3410 vom 2023-06-08", "url": "https://access.redhat.com/errata/RHSA-2023:3410" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3409 vom 2023-06-08", "url": "https://access.redhat.com/errata/RHSA-2023:3409" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3495 vom 2023-06-13", "url": "https://access.redhat.com/errata/RHSA-2023:3495" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3540 vom 2023-06-14", "url": "https://access.redhat.com/errata/RHSA-2023:3540" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3545 vom 2023-06-14", "url": "https://access.redhat.com/errata/RHSA-2023:3545" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3537 vom 2023-06-14", "url": "https://access.redhat.com/errata/RHSA-2023:3537" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3624 vom 2023-06-15", "url": "https://access.redhat.com/errata/RHSA-2023:3624" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0485 vom 2024-01-31", "url": "https://access.redhat.com/errata/RHSA-2024:0485" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2023-06-29", "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3943 vom 2023-06-29", "url": "https://access.redhat.com/errata/RHSA-2023:3943" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3914 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3914" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3910 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3910" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3915" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3911 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3911" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3925 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3925" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4003 vom 2023-07-10", "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4113 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4113" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4112 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4112" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4093 vom 2023-07-20", "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4090 vom 2023-07-21", "url": "https://access.redhat.com/errata/RHSA-2023:4090" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4091 vom 2023-07-20", "url": "https://access.redhat.com/errata/RHSA-2023:4091" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4293 vom 2023-07-27", "url": "https://access.redhat.com/errata/RHSA-2023:4293" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4225 vom 2023-07-27", "url": "https://access.redhat.com/errata/RHSA-2023:4225" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4289 vom 2023-07-27", "url": "https://access.redhat.com/errata/RHSA-2023:4289" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4421 vom 2023-08-01", "url": "https://access.redhat.com/errata/RHSA-2023:4421" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4420 vom 2023-08-01", "url": "https://access.redhat.com/errata/RHSA-2023:4420" }, { "category": "external", "summary": "IBM Security Bulletin 7011697 vom 2023-08-03", "url": "https://www.cybersecurity-help.cz/vdb/SB2023080304" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4470 vom 2023-08-03", "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4472 vom 2023-08-03", "url": "https://access.redhat.com/errata/RHSA-2023:4472" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4488 vom 2023-08-07", "url": "https://access.redhat.com/errata/RHSA-2023:4488" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4335 vom 2023-08-08", "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4459 vom 2023-08-08", "url": "https://access.redhat.com/errata/RHSA-2023:4459" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4456 vom 2023-08-08", "url": "https://access.redhat.com/errata/RHSA-2023:4456" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2023-026 vom 2023-08-10", "url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2023-026.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4664 vom 2023-08-16", "url": "https://access.redhat.com/errata/RHSA-2023:4664" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4657 vom 2023-08-23", "url": "https://access.redhat.com/errata/RHSA-2023:4657" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4986 vom 2023-09-06", "url": "https://access.redhat.com/errata/RHSA-2023:4986" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5376 vom 2023-09-27", "url": "https://access.redhat.com/errata/RHSA-2023:5376" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5442 vom 2023-10-04", "url": "https://access.redhat.com/errata/RHSA-2023:5442" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5006 vom 2023-12-30", "url": "https://access.redhat.com/errata/RHSA-2023:5006" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0746 vom 2024-02-08", "url": "https://access.redhat.com/errata/RHSA-2024:0746" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-2303 vom 2023-10-20", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2303.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASECS-2023-019 vom 2023-11-01", "url": "https://alas.aws.amazon.com/AL2/ALASECS-2023-019.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6473 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6473" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6420 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6420" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6402 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6402" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6474 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6474" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6939 vom 2023-11-15", "url": "https://access.redhat.com/errata/RHSA-2023:6939" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-6939 vom 2023-11-21", "url": "https://linux.oracle.com/errata/ELSA-2023-6939.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-6938 vom 2023-11-21", "url": "https://linux.oracle.com/errata/ELSA-2023-6938.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2944 vom 2024-05-21", "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Container Platform: Mehrere Schwachstellen erm\u00f6glichen Umgehen von Sicherheitsvorkehrungen", "tracking": { "current_release_date": "2024-05-21T22:00:00.000+00:00", "generator": { "date": "2024-05-22T08:37:34.027+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1378", "initial_release_date": "2023-06-06T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-06-08T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-12T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-13T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-15T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-28T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-05T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-06T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-10T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-26T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-01T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-02T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-08-03T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-06T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-07T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-08T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-09T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-08-16T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-22T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-06T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-10-04T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-10-19T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-11-01T23:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-11-07T23:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-14T23:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-21T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-01T23:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-31T23:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-02-08T23:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "34" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "plus \u003c10.1.12.6", "product": { "name": "IBM Spectrum Protect plus \u003c10.1.12.6", "product_id": "T029070", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:plus__10.1.12.6" } } } ], "category": "product_name", "name": "Spectrum Protect" } ], "category": "vendor", "name": "IBM" }, { "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": [ { "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": "product_version", "name": "Advanced Cluster Security for Kubernetes 4", "product": { "name": "Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4", "product_id": "T027916", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4" } } }, { "category": "product_version", "name": "Service Interconnect 1", "product": { "name": "Red Hat Enterprise Linux Service Interconnect 1", "product_id": "T028472", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:service_interconnect_1" } } }, { "category": "product_version", "name": "Container Native Virtualization 4.13", "product": { "name": "Red Hat Enterprise Linux Container Native Virtualization 4.13", "product_id": "T029342", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:container_native_virtualization_4.13" } } } ], "category": "product_name", "name": "Enterprise Linux" }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T008027", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version", "name": "Container Platform 4", "product": { "name": "Red Hat OpenShift Container Platform 4", "product_id": "T022509", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4" } } }, { "category": "product_version", "name": "Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "T026435", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.12" } } }, { "category": "product_version", "name": "Secondary Scheduler Operator", "product": { "name": "Red Hat OpenShift Secondary Scheduler Operator", "product_id": "T027759", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator" } } }, { "category": "product_version_range", "name": "container platform \u003c4.13.2", "product": { "name": "Red Hat OpenShift container platform \u003c4.13.2", "product_id": "T027995", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.13.2" } } }, { "category": "product_version", "name": "Logging Subsystem 5.7.2", "product": { "name": "Red Hat OpenShift Logging Subsystem 5.7.2", "product_id": "T028042", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:logging_subsystem_5.7.2" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.13.3", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.13.3", "product_id": "T028106", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.13.3" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.21", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.21", "product_id": "T028111", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.12.21" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.10.63", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.10.63", "product_id": "T028415", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.10.63" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.11.44", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.11.44", "product_id": "T028416", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.13.8", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.13.8", "product_id": "T029127", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.13.8" } } }, { "category": "product_version", "name": "distributed tracing 2", "product": { "name": "Red Hat OpenShift distributed tracing 2", "product_id": "T029734", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:distributed_tracing_2" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.14.0", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.14.0", "product_id": "T031839", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.48", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.48", "product_id": "T032442", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.48" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-27191", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2022-27191" }, { "cve": "CVE-2022-41722", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2022-41722" }, { "cve": "CVE-2022-41723", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41724", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2022-41724" }, { "cve": "CVE-2023-24534", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24534" }, { "cve": "CVE-2023-24536", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24536" }, { "cve": "CVE-2023-24537", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24537" }, { "cve": "CVE-2023-24538", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24538" }, { "cve": "CVE-2023-24539", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24539" }, { "cve": "CVE-2023-24540", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-24540" }, { "cve": "CVE-2023-29400", "notes": [ { "category": "description", "text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029342", "T028042", "T008027", "T028472", "67646", "T029070", "T004914", "T032442", "T022509", "T027916", "T027759", "T028415", "T028416", "398363", "T029734", "T026435", "T029127", "T031839" ] }, "release_date": "2023-06-06T22:00:00Z", "title": "CVE-2023-29400" } ] }
ssa-806742
Vulnerability from csaf_siemens
Notes
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)", "tlp": { "label": "WHITE" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SCALANCE X-300 and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "productcert@siemens.com", "name": "Siemens ProductCERT", "namespace": "https://www.siemens.com" }, "references": [ { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-806742.html" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-806742.json" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-806742.pdf" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-806742.txt" } ], "title": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4", "tracking": { "current_release_date": "2024-02-13T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-806742", "initial_release_date": "2024-02-13T00:00:00Z", "revision_history": [ { "date": "2024-02-13T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "interim", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)", "product_id": "1", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2EC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)", "product_id": "2", "product_identification_helper": { "model_numbers": [ "6GK5324-8TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)", "product_id": "3", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)", "product_id": "4", "product_identification_helper": { "model_numbers": [ "6GK5332-0GA01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)", "product_id": "5", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2ER3" ] } } } ], "category": "product_name", "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)", "product_id": "6", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)", "product_id": "7", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)", "product_id": "8", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)", "product_id": "9", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)", "product_id": "10", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)", "product_id": "11", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2006-20001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash.\n\nThis issue affects Apache HTTP Server 2.4.54 and earlier.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2006-20001" }, { "cve": "CVE-2020-10735", "cwe": { "id": "CWE-704", "name": "Incorrect Type Conversion or Cast" }, "notes": [ { "category": "summary", "text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2020-10735" }, { "cve": "CVE-2021-3445", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "A flaw was found in libdnf\u0027s signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then trick a user or system into installing it. The highest risk of this vulnerability is to confidentiality, integrity, as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-3445" }, { "cve": "CVE-2021-3638", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the ATI VGA device emulation of QEMU. This flaw occurs in the ati_2d_blt() routine while handling MMIO write operations when the guest provides invalid values for the destination display parameters. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-3638" }, { "cve": "CVE-2021-4037", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-4037" }, { "cve": "CVE-2021-36369", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dropbear through 2020.81. Due to a non-RFC-compliant check of the available authentication methods in the client-side SSH code, it is possible for an SSH server to change the login process in its favor. This attack can bypass additional security measures such as FIDO2 tokens or SSH-Askpass. Thus, it allows an attacker to abuse a forwarded agent for logging on to another server unnoticed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-36369" }, { "cve": "CVE-2021-43666", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A Denial of Service vulnerability exists in mbed TLS 3.0.0 and earlier in the mbedtls_pkcs12_derivation function when an input password\u0027s length is 0.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-43666" }, { "cve": "CVE-2021-45451", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "notes": [ { "category": "summary", "text": "In Mbed TLS before 3.1.0, psa_aead_generate_nonce allows policy bypass or oracle-based decryption when the output buffer is at memory locations accessible to an untrusted application.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-45451" }, { "cve": "CVE-2022-1015", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-1015" }, { "cve": "CVE-2022-1348", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-1348" }, { "cve": "CVE-2022-2586", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-2586" }, { "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-2880" }, { "cve": "CVE-2022-3294", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2022-3437", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3437" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-4415", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in systemd. This security flaw can cause a local information leak due to systemd-coredump not respecting the fs.suid_dumpable kernel setting.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4415" }, { "cve": "CVE-2022-4743", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A potential memory leak issue was discovered in SDL2 in GLES_CreateTexture() function in SDL_render_gles.c. The vulnerability allows an attacker to cause a denial of service attack. The vulnerability affects SDL2 v2.0.4 and above. SDL-1.x are not affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4743" }, { "cve": "CVE-2022-4744", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double-free flaw was found in the Linux kernel\u2019s TUN/TAP device driver functionality in how a user registers the device when the register_netdevice function fails (NETDEV_REGISTER notifier). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4744" }, { "cve": "CVE-2022-4900", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4900" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-1284", "name": "Improper Validation of Specified Quantity in Input" }, "notes": [ { "category": "summary", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4904" }, { "cve": "CVE-2022-23471", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. A bug was found in containerd\u0027s CRI implementation where a user can exhaust memory on the host. In the CRI stream server, a goroutine is launched to handle terminal resize events if a TTY is requested. If the user\u0027s process fails to launch due to, for example, a faulty command, the goroutine will be stuck waiting to send without a receiver, resulting in a memory leak. Kubernetes and crictl can both be configured to use containerd\u0027s CRI implementation and the stream server is used for handling container IO. This bug has been fixed in containerd 1.6.12 and 1.5.16. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used and that only trusted users have permissions to execute commands in running containers.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-23471" }, { "cve": "CVE-2022-23521", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-23521" }, { "cve": "CVE-2022-24834", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. A specially crafted Lua script executing in Redis can trigger a heap overflow in the cjson library, and result with heap corruption and potentially remote code execution. The problem exists in all versions of Redis with Lua scripting support, starting from 2.6, and affects only authenticated and authorized users. The problem is fixed in versions 7.0.12, 6.2.13, and 6.0.20.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-24834" }, { "cve": "CVE-2022-26691", "cwe": { "id": "CWE-697", "name": "Incorrect Comparison" }, "notes": [ { "category": "summary", "text": "A logic issue was addressed with improved state management. This issue is fixed in Security Update 2022-003 Catalina, macOS Monterey 12.3, macOS Big Sur 11.6.5. An application may be able to gain elevated privileges.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-26691" }, { "cve": "CVE-2022-28737", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "There\u0027s a possible overflow in handle_image() when shim tries to load and execute crafted EFI executables; The handle_image() function takes into account the SizeOfRawData field from each section to be loaded. An attacker can leverage this to perform out-of-bound writes into memory. Arbitrary code execution is not discarded in such scenario.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28737" }, { "cve": "CVE-2022-28738", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free was found in the Regexp compiler in Ruby 3.x before 3.0.4 and 3.1.x before 3.1.2. If a victim attempts to create a Regexp from untrusted user input, an attacker may be able to write to unexpected memory locations.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28738" }, { "cve": "CVE-2022-28739", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "There is a buffer over-read in Ruby before 2.6.10, 2.7.x before 2.7.6, 3.x before 3.0.4, and 3.1.x before 3.1.2. It occurs in String-to-Float conversion, including Kernel#Float and String#to_f.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28739" }, { "cve": "CVE-2022-29154", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An issue was discovered in rsync before 3.2.5 that allows malicious remote servers to write arbitrary files inside the directories of connecting peers. The server chooses which files/directories are sent to the client. However, the rsync client performs insufficient validation of file names. A malicious rsync server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the rsync client target directory and subdirectories (for example, overwrite the .ssh/authorized_keys file).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29154" }, { "cve": "CVE-2022-29162", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "notes": [ { "category": "summary", "text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29187", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29536", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In GNOME Epiphany before 41.4 and 42.x before 42.2, an HTML document can trigger a client buffer overflow (in ephy_string_shorten in the UI process) via a long page title. The issue occurs because the number of bytes for a UTF-8 ellipsis character is not properly considered.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29536" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-32148" }, { "cve": "CVE-2022-34903", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim\u0027s keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-34903" }, { "cve": "CVE-2022-34918", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-34918" }, { "cve": "CVE-2022-36021", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36021" }, { "cve": "CVE-2022-36227", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the code-execution impact: \"In rare circumstances, when NULL is equivalent to the 0x0 memory address and privileged code can access it, then writing or reading memory is possible, which may lead to code execution.\"", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027) vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2022-37436", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "notes": [ { "category": "summary", "text": "Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37436" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37797", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In lighttpd 1.4.65, mod_wstunnel does not initialize a handler function pointer if an invalid HTTP request (websocket handshake) is received. It leads to null pointer dereference which crashes the server. It could be used by an external attacker to cause denial of service condition.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37797" }, { "cve": "CVE-2022-38725", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "An integer overflow in the RFC3164 parser in One Identity syslog-ng 3.0 through 3.37 allows remote attackers to cause a Denial of Service via crafted syslog input that is mishandled by the tcp or network function. syslog-ng Premium Edition 7.0.30 and syslog-ng Store Box 6.10.0 are also affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-38725" }, { "cve": "CVE-2022-39189", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-39189" }, { "cve": "CVE-2022-39260", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-39260" }, { "cve": "CVE-2022-41409", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Integer overflow vulnerability in pcre2test before 10.41 allows attackers to cause a denial of service or other unspecified impacts via negative input.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41409" }, { "cve": "CVE-2022-41556", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A resource leak in gw_backend.c in lighttpd 1.4.56 through 1.4.66 could lead to a denial of service (connection-slot exhaustion) after a large amount of anomalous TCP behavior by clients. It is related to RDHUP mishandling in certain HTTP/1.1 chunked situations. Use of mod_fastcgi is, for example, affected. This is fixed in 1.4.67.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41715", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41723", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41860", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In freeradius, when an EAP-SIM supplicant sends an unknown SIM option, the server will try to look that option up in the internal dictionaries. This lookup will fail, but the SIM code will not check for that failure. Instead, it will dereference a NULL pointer, and cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41860" }, { "cve": "CVE-2022-41861", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A flaw was found in freeradius. A malicious RADIUS client or home server can send a malformed abinary attribute which can cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41861" }, { "cve": "CVE-2022-41862", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41862" }, { "cve": "CVE-2022-41903", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41903" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-44370", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NASM v2.16 was discovered to contain a heap buffer overflow in the component quote_for_pmake() asm/nasm.c:856", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-44370" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45142", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding \"!= 0\" comparisons to the result of memcmp. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0 branches (and possibly other branches) a logic inversion sneaked in causing the validation of message integrity codes in gssapi/arcfour to be inverted.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45142" }, { "cve": "CVE-2022-45919", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45919" }, { "cve": "CVE-2022-46392", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) can recover an RSA private key after observing the victim performing a single private-key operation, if the window size (MBEDTLS_MPI_WINDOW_SIZE) used for the exponentiation is 3 or smaller.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-46392" }, { "cve": "CVE-2022-46393", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. There is a potential heap-based buffer overflow and heap-based buffer over-read in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX \u003e 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-46393" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48434", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "libavcodec/pthread_frame.c in FFmpeg before 5.1.2, as used in VLC and other products, leaves stale hwaccel state in worker threads, which allows attackers to trigger a use-after-free and execute arbitrary code in some circumstances (e.g., hardware re-initialization upon a mid-video SPS change when Direct3D11 is used).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-48434" }, { "cve": "CVE-2023-0160", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A deadlock flaw was found in the Linux kernel\u2019s BPF subsystem. This flaw allows a local user to potentially crash the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0160" }, { "cve": "CVE-2023-0330", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0330" }, { "cve": "CVE-2023-0361", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0494", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in X.Org. This issue occurs due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo() and ProcXkbGetDeviceInfo() to read and write into freed memory. This can lead to local privilege elevation on systems where the X server runs privileged and remote code execution for ssh X forwarding sessions.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0590", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0662" }, { "cve": "CVE-2023-1206", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1380", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info-\u003ereq_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1380" }, { "cve": "CVE-2023-1393", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window (aka COW), the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-free later.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1611", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btrfs_search_slot in fs/btrfs/ctree.c in btrfs in the Linux Kernel.This flaw allows an attacker to crash the system and possibly cause a kernel information lea", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1611" }, { "cve": "CVE-2023-1670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw use after free in the Linux kernel Xircom 16-bit PCMCIA (PC-card) Ethernet driver was found.A local user could use this flaw to crash the system or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1670" }, { "cve": "CVE-2023-1838", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in vhost_net_set_backend in drivers/vhost/net.c in virtio network subcomponent in the Linux kernel due to a double fget. This flaw could allow a local attacker to crash the system, and could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1838" }, { "cve": "CVE-2023-1855", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xgene_hwmon_remove in drivers/hwmon/xgene-hwmon.c in the Hardware Monitoring Linux Kernel Driver (xgene-hwmon). This flaw could allow a local attacker to crash the system due to a race problem. This vulnerability could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1859", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1859" }, { "cve": "CVE-2023-1989", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btsdio_remove in drivers\\bluetooth\\btsdio.c in the Linux Kernel. In this flaw, a call to btsdio_remove with an unfinished job, may cause a race problem leading to a UAF on hdev devices.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1990" }, { "cve": "CVE-2023-2002", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the HCI sockets implementation due to a missing capability check in net/bluetooth/hci_sock.c in the Linux Kernel. This flaw allows an attacker to unauthorized execution of management commands, compromising the confidentiality, integrity, and availability of Bluetooth communication.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2002" }, { "cve": "CVE-2023-2124", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2124" }, { "cve": "CVE-2023-2194", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability was found in the Linux kernel\u0027s SLIMpro I2C device driver. The userspace \"data-\u003eblock[0]\" variable was not capped to a number between 0-255 and was used as the size of a memcpy, possibly writing beyond the end of dma_buffer. This flaw could allow a local privileged user to crash the system or potentially achieve code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2194" }, { "cve": "CVE-2023-2269", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2269" }, { "cve": "CVE-2023-2861", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A flaw was found in the 9p passthrough filesystem (9pfs) implementation in QEMU. The 9pfs server did not prohibit opening special files on the host side, potentially allowing a malicious client to escape from the exported 9p tree by creating and opening a device file in the shared folder.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2861" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3006", "cwe": { "id": "CWE-212", "name": "Improper Removal of Sensitive Information Before Storage or Transfer" }, "notes": [ { "category": "summary", "text": "A known cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, becomes actual again for the new hw AmpereOne. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim\u0027s hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3006" }, { "cve": "CVE-2023-3090", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A heap out-of-bounds write vulnerability in the Linux Kernel ipvlan network driver can be exploited to achieve local privilege escalation.\n\nThe out-of-bounds write is caused by missing skb-\u003ecb initialization in the ipvlan network driver. The vulnerability is reachable if\u00a0CONFIG_IPVLAN is enabled.\n\n\nWe recommend upgrading past commit 90cbed5247439a966b645b34eb0a2e037836ea8e.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3090" }, { "cve": "CVE-2023-3111", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-3141", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This flaw allows a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3141" }, { "cve": "CVE-2023-3212", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3212" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "notes": [ { "category": "summary", "text": "In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client\u0027s nonce.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3247" }, { "cve": "CVE-2023-3268", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An out of bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw could allow a local attacker to crash the system or leak kernel internal information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3268" }, { "cve": "CVE-2023-3301", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in QEMU. The async nature of hot-unplug enables a race scenario where the net device backend is cleared before the virtio-net pci frontend has been unplugged. A malicious guest could use this time window to trigger an assertion and cause a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3301" }, { "cve": "CVE-2023-3316", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3316" }, { "cve": "CVE-2023-3390", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s netfilter subsystem in net/netfilter/nf_tables_api.c.\n\nMishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.\n\nWe recommend upgrading past commit\u00a01240eb93f0616b21c675416516ff3d74798fdc97.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3390" }, { "cve": "CVE-2023-3611", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3611" }, { "cve": "CVE-2023-3776", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3776" }, { "cve": "CVE-2023-3863", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nfc_llcp_find_local in net/nfc/llcp_core.c in NFC in the Linux kernel. This flaw allows a local user with special privileges to impact a kernel information leak issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3863" }, { "cve": "CVE-2023-4128", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel allows a local attacker to perform a local privilege escalation due to incorrect handling of the existing filter, leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-4128" }, { "cve": "CVE-2023-4194", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel\u0027s TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-\u003ei_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-4194" }, { "cve": "CVE-2023-20593", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue in \u201cZen 2\u201d CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-20593" }, { "cve": "CVE-2023-21255", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-21255" }, { "cve": "CVE-2023-22490", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source `$GIT_DIR/objects` directory contains symbolic links, the `objects` directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim\u0027s filesystem within the malicious repository\u0027s working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.\n\nA fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with `--recurse-submodules`. Instead, consider cloning repositories without recursively cloning their submodules, and instead run `git submodule update` at each layer. Before doing so, inspect each new `.gitmodules` file to ensure that it does not contain suspicious module URLs.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22742", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Prior versions of libgit2 require the caller to set the `certificate_check` field of libgit2\u0027s `git_remote_callbacks` structure - if a certificate check callback is not set, libgit2 does not perform any certificate checking. This means that by default - without configuring a certificate check callback, clients will not perform validation on the server SSH keys and may be subject to a man-in-the-middle attack. Users are encouraged to upgrade to v1.4.5 or v1.5.1. Users unable to upgrade should ensure that all relevant certificates are manually checked.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22742" }, { "cve": "CVE-2023-22745", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "tpm2-tss is an open source software implementation of the Trusted Computing Group (TCG) Trusted Platform Module (TPM) 2 Software Stack (TSS2). In affected versions `Tss2_RC_SetHandler` and `Tss2_RC_Decode` both index into `layer_handler` with an 8 bit layer number, but the array only has `TPM2_ERROR_TSS2_RC_LAYER_COUNT` entries, so trying to add a handler for higher-numbered layers or decode a response code with such a layer number reads/writes past the end of the buffer. This Buffer overrun, could result in arbitrary code execution. An example attack would be a MiTM bus attack that returns 0xFFFFFFFF for the RC. Given the common use case of TPM modules an attacker must have local access to the target machine with local system privileges which allows access to the TPM system. Usually TPM access requires administrative privilege.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22745" }, { "cve": "CVE-2023-23454", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23454" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23931" }, { "cve": "CVE-2023-23934", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Werkzeug is a comprehensive WSGI web application library. Browsers may allow \"nameless\" cookies that look like `=value` instead of `key=value`. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like `=__Host-test=bad` for another subdomain. Werkzeug prior to 2.2.3 will parse the cookie `=__Host-test=bad` as __Host-test=bad`. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key. The issue is fixed in Werkzeug 2.2.3.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23934" }, { "cve": "CVE-2023-23946", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is running `git apply`. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use `git apply --stat` to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23946" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-24538" }, { "cve": "CVE-2023-25153", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25153" }, { "cve": "CVE-2023-25155", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25155" }, { "cve": "CVE-2023-25193", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "hb-ot-layout-gsubgpos.hh in HarfBuzz through 6.0.0 allows attackers to trigger quadratic growth via consecutive marks during the process of looking back for base glyphs when attaching marks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25588", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "A flaw was found in Binutils. The field `the_bfd` of `asymbol`struct is uninitialized in the `bfd_mach_o_get_synthetic_symtab` function, which may lead to an application crash and local denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25588" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25727", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25727" }, { "cve": "CVE-2023-26081", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "In Epiphany (aka GNOME Web) through 43.0, untrusted web content can trick users into exfiltrating passwords, because autofill occurs in sandboxed contexts.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-26081" }, { "cve": "CVE-2023-26965", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-28450", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dnsmasq before 2.90. The default maximum EDNS.0 UDP packet size was set to 4096 but should be 1232 because of DNS Flag Day 2020.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28466", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "do_tls_getsockopt in net/tls/tls_main.c in the Linux kernel through 6.2.6 lacks a lock_sock call, leading to a race condition (with a resultant use-after-free or NULL pointer dereference).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28466" }, { "cve": "CVE-2023-28486", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in log messages.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in sudoreplay output.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28487" }, { "cve": "CVE-2023-29402", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via \"go get\", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29404", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29409" }, { "cve": "CVE-2023-30086", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30086" }, { "cve": "CVE-2023-30456", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in arch/x86/kvm/vmx/nested.c in the Linux kernel before 6.2.8. nVMX on x86_64 lacks consistency checks for CR0 and CR4.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30456" }, { "cve": "CVE-2023-30772", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/power/supply/da9150-charger.c if a physically proximate attacker unplugs a device.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30772" }, { "cve": "CVE-2023-31084", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(\u0026fepriv-\u003esem) is called. However, wait_event_interruptible would put the process to sleep, and down(\u0026fepriv-\u003esem) may block the process.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31084" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31436", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "qfq_change_class in net/sched/sch_qfq.c in the Linux kernel before 6.2.13 allows an out-of-bounds write because lmax can exceed QFQ_MIN_LMAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31436" }, { "cve": "CVE-2023-31489", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_capability_llgr() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31489" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32233", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32233" }, { "cve": "CVE-2023-32573", "cwe": { "id": "CWE-369", "name": "Divide By Zero" }, "notes": [ { "category": "summary", "text": "In Qt before 5.15.14, 6.0.x through 6.2.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1, QtSvg QSvgFont m_unitsPerEm initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32573" }, { "cve": "CVE-2023-33203", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-33203" }, { "cve": "CVE-2023-34256", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "** DISPUTED ** An issue was discovered in the Linux kernel before 6.3.3. There is an out-of-bounds read in crc16 in lib/crc16.c when called from fs/ext4/super.c because ext4_group_desc_csum does not properly check an offset. NOTE: this is disputed by third parties because the kernel is not intended to defend against attackers with the stated \"When modifying the block device while it is mounted by the filesystem\" access.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34256" }, { "cve": "CVE-2023-34872", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability in Outline.cc for Poppler prior to 23.06.0 allows a remote attacker to cause a Denial of Service (DoS) (crash) via a crafted PDF file in OutlineItem::open.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34872" }, { "cve": "CVE-2023-34969", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "D-Bus before 1.15.6 sometimes allows unprivileged users to crash dbus-daemon. If a privileged user with control over the dbus-daemon is using the org.freedesktop.DBus.Monitoring interface to monitor message bus traffic, then an unprivileged user with the ability to connect to the same dbus-daemon can cause a dbus-daemon crash under some circumstances via an unreplyable message. When done on the well-known system bus, this is a denial-of-service vulnerability. The fixed versions are 1.12.28, 1.14.8, and 1.15.6.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34969" }, { "cve": "CVE-2023-35001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35001" }, { "cve": "CVE-2023-35788", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35788" }, { "cve": "CVE-2023-35789", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to local attackers by listing a process and its arguments.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35789" }, { "cve": "CVE-2023-35823", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35823" }, { "cve": "CVE-2023-35824", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35824" }, { "cve": "CVE-2023-35828", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35828" }, { "cve": "CVE-2023-36054", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "notes": [ { "category": "summary", "text": "lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote authenticated user can trigger a kadmind crash. This occurs because _xdr_kadm5_principal_ent_rec does not validate the relationship between n_key_data and the key_data array count.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36054" }, { "cve": "CVE-2023-36617", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this issue exists becuse of an incomplete fix for CVE-2023-28755. Version 0.10.3 is also a fixed version.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36617" }, { "cve": "CVE-2023-36664", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Artifex Ghostscript through 10.01.2 mishandles permission validation for pipe devices (with the %pipe% prefix or the | pipe character prefix).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36664" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes \"e-Tugra\" root certificates. e-Tugra\u0027s root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from \"e-Tugra\" from the root store.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-38559", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A buffer overflow flaw was found in base/gdevdevn.c:1973 in devn_pcx_write_rle() in ghostscript. This issue may allow a local attacker to cause a denial of service via outputting a crafted PDF file for a DEVN device with gs.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-38559" }, { "cve": "CVE-2023-40283", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-40283" } ] }
gsd-2023-24538
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-24538", "id": "GSD-2023-24538" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-24538" ], "details": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "id": "GSD-2023-24538", "modified": "2023-12-13T01:20:58.244504Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2023-24538", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "html/template", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "1.19.8" }, { "version_affected": "\u003c", "version_name": "1.20.0-0", "version_value": "1.20.3" } ] } } ] }, "vendor_name": "Go standard library" } ] } }, "credits": [ { "lang": "en", "value": "Sohom Datta, Manipal Institute of Technology" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/issue/59234", "refsource": "MISC", "url": "https://go.dev/issue/59234" }, { "name": "https://go.dev/cl/482079", "refsource": "MISC", "url": "https://go.dev/cl/482079" }, { "name": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "refsource": "MISC", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" }, { "name": "https://pkg.go.dev/vuln/GO-2023-1703", "refsource": "MISC", "url": "https://pkg.go.dev/vuln/GO-2023-1703" }, { "name": "https://security.gentoo.org/glsa/202311-09", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202311-09" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.20.3", "versionStartIncluding": "1.20.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.19.8", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2023-24538" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-94" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/cl/482079", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://go.dev/cl/482079" }, { "name": "https://pkg.go.dev/vuln/GO-2023-1703", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://pkg.go.dev/vuln/GO-2023-1703" }, { "name": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" }, { "name": "https://go.dev/issue/59234", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch" ], "url": "https://go.dev/issue/59234" }, { "name": "https://security.gentoo.org/glsa/202311-09", "refsource": "", "tags": [], "url": "https://security.gentoo.org/glsa/202311-09" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2023-11-25T11:15Z", "publishedDate": "2023-04-06T16:15Z" } } }
- 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.